Skip to content

Commit 3402c3e

Browse files
committed
chore: add workflow to check fixup commits
1 parent c4b3a51 commit 3402c3e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/git.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Git Checks
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
block-fixup:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v3
11+
- name: Block Fixup Commit Merge
12+
uses: alexkappa/block-fixup-merge-action@v2

0 commit comments

Comments
 (0)