summaryrefslogtreecommitdiffstats
path: root/.github/workflows/fixupblock.yml
blob: a736dcd29ebf74c7b9d9a2007b89ccbbaf5b015f (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@v2.0.0
    - name: Block Fixup Commit Merge
      uses: 13rac1/block-fixup-merge-action@v2.0.0