diff --git a/.github/workflows/git-checks.yml b/.github/workflows/git-checks.yml new file mode 100644 index 000000000..906f26a0b --- /dev/null +++ b/.github/workflows/git-checks.yml @@ -0,0 +1,15 @@ +name: Git Checks + +on: pull_request + +jobs: + block-fixup: + name: Block fixup commits + permissions: + contents: read + runs-on: ubuntu-latest + steps: + - name: Clone repository + uses: actions/checkout@v4 + - name: Block fixup commit merge + uses: 13rac1/block-fixup-merge-action@v2.0.0