Skip to content

ci: block merging PRs with fixup! commits #2

ci: block merging PRs with fixup! commits

ci: block merging PRs with fixup! commits #2

Workflow file for this run

name: PR Checks
on: [pull_request]
jobs:
block-fixup:
name: "No fixup!, amend!, squash! commits"
runs-on: ubuntu-latest
steps:
- name: Check for 'amend!', 'fixup!', or 'squash!' commits
uses: matijs/no-fixups-action@v1