We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972cea2 commit ee98941Copy full SHA for ee98941
.github/workflows/node-ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: npm test
29
- name: Validate current commit (last commit) with commitlint
30
if: github.event_name == 'push'
31
- run: npx commitlint --from HEAD~1 --to HEAD --verbose
+ run: npx commitlint --last --verbose
32
33
- name: Validate PR commits with commitlint
34
if: github.event_name == 'pull_request'
0 commit comments