Skip to content

Commit 0adf491

Browse files
committed
ci: fail when autosquash commits exist
1 parent abe94c3 commit 0adf491

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .github/workflows/git.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: git checks
2+
on: [pull_request]
3+
4+
jobs:
5+
autosquash-commits-integrated:
6+
runs-on: ubuntu-18.04
7+
8+
steps:
9+
- uses: actions/[email protected]
10+
- name: Block Fixup Commit Merge
11+
uses: 13rac1/[email protected]

0 commit comments

Comments
 (0)