summaryrefslogtreecommitdiffstats
path: root/.github/workflows/fixupmerge.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-14 08:57:15 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-12-14 08:57:30 +0100
commite627965e117927beb7bc8c3d99cf13a98702f430 (patch)
tree853f84db27bb81ba3d15d6d9df99649ac8a719fa /.github/workflows/fixupmerge.yml
parent09838ef5295f5d30ae3ab06396f3453973673142 (diff)
Replace block-fixup job with gitlint
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to '.github/workflows/fixupmerge.yml')
-rw-r--r--.github/workflows/fixupmerge.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/fixupmerge.yml b/.github/workflows/fixupmerge.yml
deleted file mode 100644
index 8e2f1c3..0000000
--- a/.github/workflows/fixupmerge.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-on: [pull_request]
-
-name: Git Checks
-
-jobs:
- block-fixup:
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v3.1.0
- - name: Block Fixup Commit Merge
- uses: 13rac1/block-fixup-merge-action@v2.0.0