From b98c15ba0f60dcb0144b22b5333a668971e97129 Mon Sep 17 00:00:00 2001 From: Seb Aebischer Date: Tue, 31 Mar 2026 21:47:06 +0100 Subject: [PATCH] ci: Remove fixup commit check --- .github/workflows/git-checks.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/git-checks.yml diff --git a/.github/workflows/git-checks.yml b/.github/workflows/git-checks.yml deleted file mode 100644 index 0a926e1..0000000 --- a/.github/workflows/git-checks.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: git-checks - -on: [push] - -jobs: - check-fixup-commits: - name: Check for fixup commits - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2.0.0 - - name: Block Merge with fixup commit - uses: 13rac1/block-fixup-merge-action@v1.1.1