Skip to content

Commit

Permalink
fixup! chore(ci): lint for bang commits (fixup, squash, drop, edit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Oct 28, 2024
1 parent d9d15b0 commit 9e5eef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ jobs:
# - We use a -z here, which makes \0 be the line separator, because if feeding multiline text into grep, it will
# exit with a status of 0 regardless of whether there is a match (
- name: Disallow bang commits
run: git log --pretty=format:%s origin/main..HEAD | bash -c '! grep "fixup!|squash!|drop!|edit!"'
run: git log --pretty=format:%s origin/main..HEAD | grep -zv "fixup!|squash!|drop!|edit!"

0 comments on commit 9e5eef2

Please sign in to comment.