Skip to content

Commit

Permalink
chore: add workflow to check fixup commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Jan 23, 2024
1 parent c4b3a51 commit 3402c3e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/git.yml
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-latest

steps:
- uses: actions/checkout@v3
- name: Block Fixup Commit Merge
uses: alexkappa/block-fixup-merge-action@v2

0 comments on commit 3402c3e

Please sign in to comment.