Skip to content

Commit

Permalink
chore: install @commitlint/config-conventional
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Aug 23, 2024
1 parent bd6f060 commit 6da62f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20.x
- name: Install commitlint
run: |
npm install conventional-changelog-conventionalcommits
npm install @commitlint/config-conventional
npm install commitlint@latest
- name: Lint title
run: npx --no -- commitlint <<< "${{ github.event.pull_request.title }}"

0 comments on commit 6da62f0

Please sign in to comment.