We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba30b7a commit 7e714c5Copy full SHA for 7e714c5
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Run pre-commit
38
run: |
39
- commitlint --from origin/${{ github.event.pull_request.base.ref }} --to HEAD
+ commitlint --from origin/${{ github.base_ref }} --to HEAD
40
pre-commit run --all-files
41
42
tests:
0 commit comments