Skip to content

Commit

Permalink
ci: Fix commitizen linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed Jan 6, 2024
1 parent 1d6bf6c commit 0041528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
shell: bash
if: github.event_name == 'pull_request' || github.ref != 'refs/heads/main'

- run: cz check --rev-range HEAD
- run: cz check --rev-range HEAD~..
shell: bash
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 comments on commit 0041528

Please sign in to comment.