Skip to content

Commit 7e714c5

Browse files
ci: added conventional commits (#17)
1 parent ba30b7a commit 7e714c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Run pre-commit
3838
run: |
39-
commitlint --from origin/${{ github.event.pull_request.base.ref }} --to HEAD
39+
commitlint --from origin/${{ github.base_ref }} --to HEAD
4040
pre-commit run --all-files
4141
4242
tests:

0 commit comments

Comments
 (0)