Skip to content

Commit

Permalink
fixup! ci: prevent accidental merge of fixup! commits
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 17, 2024
1 parent 6d033a2 commit 9aebe6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Check for fixup! commits
run: |
git log origin/main..HEAD
git log origin/main..HEAD | grep -ie '^ fixup!' && exit 1 || true
git log origin/main..HEAD | grep -ie '^ fixup!' && exit 1 || true

0 comments on commit 9aebe6b

Please sign in to comment.