Skip to content

feat(topic): add topic5 description #352

feat(topic): add topic5 description

feat(topic): add topic5 description #352

Workflow file for this run

name: Commitlint
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v0.5.0