mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-04 13:26:06 -04:00
ci: print info
This commit is contained in:
parent
96beedb1e8
commit
6c1a7e2a96
12
.github/workflows/main.yaml
vendored
12
.github/workflows/main.yaml
vendored
@ -31,7 +31,17 @@ jobs:
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
|
||||
# TODO: lint range of commits, not only the latest pushed
|
||||
- name: Gitlint on range
|
||||
- name: info
|
||||
run: |
|
||||
echo ${{ github.sha }}
|
||||
echo ${{ github.event.after }}
|
||||
echo ${{ github.event.base_ref }}
|
||||
echo ${{ github.event.before }}
|
||||
echo ${{ github.event.commits }}
|
||||
echo ${{ github.event.compare }}
|
||||
echo ${{ github.event.ref }}
|
||||
echo ${{ github.event.sender }}
|
||||
- name: Gitlint
|
||||
# yamllint disable-line rule:line-length
|
||||
run: |
|
||||
if test "${{ github.after }}" = "${{ github.sha }}" ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user