Skip to content

Commit

Permalink
fix: use npx instead of installing commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Mar 16, 2024
1 parent 0c70ddd commit 69abe12
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:

- uses: actions/setup-node@v3

- name: Install commitlint
run: |
npm install conventional-changelog-conventionalcommits
npm install commitlint@latest
- name: Validate current commit (last commit) with commitlint
if: github.event_name == 'push'
run: npx commitlint --from HEAD~1 --to HEAD --verbose
Expand Down

0 comments on commit 69abe12

Please sign in to comment.