Skip to content

Commit

Permalink
fix(ci): fix installation of commitlint πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Mar 1, 2024
1 parent 5fd561d commit fb3de94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:

- name: Install commitlint
run: |
pnpm add -w conventional-changelog-conventionalcommits
pnpm add -w commitlint@latest
pnpm add -w @commitlint/{cli,config-conventional}
- name: Validate latest commit
if: github.event_name == 'push'
run: npx commitlint --from HEAD~1 --to HEAD --verbose
Expand Down

0 comments on commit fb3de94

Please sign in to comment.