Skip to content

Commit cd8b01d

Browse files
committed
chore: add fixup checks
1 parent 198f835 commit cd8b01d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/git.yaml

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-22.04
8+
9+
steps:
10+
- uses: actions/checkout@v4.2.2
11+
- name: Block Fixup Commit Merge
12+
uses: 13rac1/block-fixup-merge-action@a85db59578fc612bc89431bf34e792bc4ec3eab9

0 commit comments

Comments
 (0)