Skip to content

Commit

Permalink
fix: remove unneeded dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
gordsport authored Feb 6, 2024
1 parent 0b4de08 commit a27a2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
rm package.json
npm install --no-save @commitlint/cli @commitlint/config-conventional @commitlint/config-nx-scopes nx
npm install --no-save @commitlint/cli @commitlint/config-conventional
- name: Check PR title
run: echo "${{ github.event.pull_request.title }}" | npx commitlint --config ./.github/workflows/config/commitlint.config-ci.js

0 comments on commit a27a2a8

Please sign in to comment.