Skip to content

Commit c78dcaf

Browse files
committed
ci: Add check to ensure that fixup commits are merged
1 parent c95a26a commit c78dcaf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/check-commits.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Git Checks
3+
4+
on: [pull_request]
5+
6+
jobs:
7+
block-fixup:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v3
12+
- name: Ensure !fixup commits are merged
13+
uses: 13rac1/[email protected]

0 commit comments

Comments
 (0)