summaryrefslogtreecommitdiffstats
path: root/.github/workflows/fixupmerge.yml
blob: 8e2f1c3e7e39c1abe96bbce1aeaad6d2e87e85e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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