Skip to content

Commit

Permalink
fix: ci failure from older commits
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Aug 11, 2021
1 parent b136ce0 commit 966bd58
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 @@ -22,4 +22,4 @@ jobs:
run: 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 966bd58

Please sign in to comment.