ci: print info

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

View File

@ -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 }}" ||