Skip to content

Commit

Permalink
ci: Add check to ensure that fixup commits are merged
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Mar 28, 2024
1 parent c95a26a commit c78dcaf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-commits.yml
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-latest

steps:
- uses: actions/checkout@v3
- name: Ensure !fixup commits are merged
uses: 13rac1/[email protected]

0 comments on commit c78dcaf

Please sign in to comment.