Skip to content

Commit

Permalink
ci: fix commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Aug 27, 2022
1 parent 56677b6 commit b9f7840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commits.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
fi
- name: Install Commitlint
run: npm install -g @commitlint/cli # TODO: move to ockam-builder docker image.
run: npm install --location=global @commitlint/cli@16.2.4 # TODO: move to ockam-builder docker image.

- name: Lint Commit Messages
run: |
Expand Down

0 comments on commit b9f7840

Please sign in to comment.