Skip to content

Commit

Permalink
Add block-fixup-merge-action
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jan 26, 2024
1 parent bf26c54 commit 988ddbd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/git.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Git Checks

on: [pull_request]

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

steps:
- uses: actions/checkout@v2.0.0
- name: Block Fixup Commit Merge
uses: 13rac1/block-fixup-merge-action@v2.0.0

0 comments on commit 988ddbd

Please sign in to comment.