Skip to content

Commit

Permalink
Block fixup commits from accidental merge
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Oct 20, 2022
1 parent e1bca30 commit 0b55739
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Pull request check

on: [pull_request]

jobs:
block-fixup-merge:
runs-on: ubuntu-latest
name: Block fixup commits

steps:
- uses: actions/checkout@v2

- name: Block fixup commit merge
uses: 13rac1/block-fixup-merge-action@v2.0.0

0 comments on commit 0b55739

Please sign in to comment.