Merge pull request #10233 from colinux/gh-git-fixup-merge

CI: block fixup commit merge
This commit is contained in:
Paul Chavard 2024-03-27 17:38:44 +00:00 committed by GitHub
commit 96e77c81c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.github/workflows/git.yml vendored Normal file
View 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