ci: commit number 5

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

@ -34,7 +34,9 @@ jobs:
- name: Gitlint on range
# yamllint disable-line rule:line-length
run: |
if test ${{ github.after }} == ${{ github.sha }}; then
if test "${{ github.after }}" = "${{ github.sha }}" ||
test -z "${{ github.after }}"
then
gitlint --debug --commits "${{ github.sha }}"
else
gitlint --debug --commits "${{ github.after }}..${{ github.sha }}"