mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
ci: Improve commit message lint
Improve the commit message check, by logging only the commit title, and doing away with the extra spaces.
This commit is contained in:
parent
634523dac9
commit
96cf5d0b4b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check_push.yml
vendored
2
.github/workflows/check_push.yml
vendored
|
@ -16,4 +16,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git status
|
git status
|
||||||
git log origin/main..HEAD | grep -ie '^ fixup\|^ wip' && exit 1 || true
|
git log --pretty=format:%s origin/main..HEAD | grep -ie '^fixup\|^wip' && exit 1 || true
|
||||||
|
|
Loading…
Reference in a new issue