Skip to content

Add GH Action to block merging fixup commits #1

Add GH Action to block merging fixup commits

Add GH Action to block merging fixup commits #1

Workflow file for this run

name: Git Checks
on: [pull_request]
jobs:
block-fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Block Fixup Commit Merge
uses: 13rac1/[email protected]