Skip to content

ci: block merging PRs with fixup! commits #6

ci: block merging PRs with fixup! commits

ci: block merging PRs with fixup! commits #6

Workflow file for this run

name: PR Checks
on: [pull_request]
jobs:
block-fixup:
name: "No fixup! commits"
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