mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-05 05:46:01 -04:00
ci: commit number 1
This commit is contained in:
parent
85f906a820
commit
392978bc4c
5
.github/workflows/main.yaml
vendored
5
.github/workflows/main.yaml
vendored
@ -33,4 +33,7 @@ jobs:
|
||||
# TODO: lint range of commits, not only the latest pushed
|
||||
- name: Gitlint
|
||||
# yamllint disable-line rule:line-length
|
||||
run: gitlint --debug --commits "${{ github.base_ref }}..${{ github.sha }}"
|
||||
if: ${{ github.after != github.sha }}
|
||||
run: gitlint --debug --commits "${{ github.after }}..${{ github.sha }}"
|
||||
if: ${{ github.after == github.sha }}
|
||||
run: gitlint --debug --commits "${{ github.sha }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user