Skip to content

Commit

Permalink
fix: install Angular commitlint config for commitlint GA job
Browse files Browse the repository at this point in the history
  • Loading branch information
the-forest-tree committed Sep 11, 2023
1 parent 590a70c commit 006f45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hrflow_connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install commitlint
run: |
npm install conventional-changelog-conventionalcommits
npm install @commitlint/config-angular
npm install commitlint@v17.7.1
- name: Validate current commit (last commit) with commitlint
Expand Down

0 comments on commit 006f45c

Please sign in to comment.