ci: commit number 1

This commit is contained in:
Ben Grande 2023-11-06 19:00:04 +00:00
parent 96ebe354bb
commit bb64f16bac
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -33,4 +33,4 @@ jobs:
# TODO: lint range of commits, not only the latest pushed
- name: Gitlint
# yamllint disable-line rule:line-length
run: gitlint --debug --commits "${{ github.event.after }}..${{ github.sha }}"
run: gitlint --debug --commits "${{ github.base_ref }}..${{ github.sha }}"