mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-15 21:23:03 -04:00
ci: commit number 5
This commit is contained in:
parent
66bb57e482
commit
96beedb1e8
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user