ci: block fixup commit merge
This commit is contained in:
parent
65b8f6881a
commit
3cf79fd170
1 changed files with 12 additions and 0 deletions
12
.github/workflows/git.yml
vendored
Normal file
12
.github/workflows/git.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
name: Git Checks
|
||||||
|
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
block-fixup:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Block Fixup Commit Merge
|
||||||
|
uses: 13rac1/block-fixup-merge-action@v2.0.0
|
Loading…
Reference in a new issue