Skip to content

Commit

Permalink
Update commitlint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Jul 23, 2024
1 parent db2e894 commit 91c9285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
pip install .[dev]
- name: Check commit history
run: cz check --rev-range $(git rev-list --all --reverse | head -1)..HEAD
run: cz check --rev-range HEAD~1..HEAD

0 comments on commit 91c9285

Please sign in to comment.