Skip to content

Commit

Permalink
Chore: Block merging PRs with fixup commits
Browse files Browse the repository at this point in the history
  • Loading branch information
literat authored and adamkudrna committed Sep 10, 2021
1 parent 451a972 commit 9937964
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/git.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Git Checks

on: [pull_request]

jobs:
block-fixup:
runs-on: ubuntu-20.04

steps:
- uses: actions/[email protected]

- name: Block Fixup Commit Merge
uses: 13rac1/[email protected]

0 comments on commit 9937964

Please sign in to comment.