Skip to content

feat(topic): add topic5 description #357

feat(topic): add topic5 description

feat(topic): add topic5 description #357

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 commitlint
run: |
npm install conventional-changelog-conventionalcommits
npm install commitlint@latest
- name: Validate PR title with commitlint
if: github.event_name == 'pull_request'
run: echo ${{ github.event.pull_request.title }} | npx commitlint --verbose