Skip to content

Commit 7ebdbb5

Browse files
committed
CI: enforce semi-linear git history
Fix #48 Signed-off-by: Salvatore Mesoraca <[email protected]>
1 parent f1898b9 commit 7ebdbb5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/rebase-merge.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
on: pull_request
2+
3+
jobs:
4+
forbid-merge-commits:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Run Forbid Merge Commits Action
8+
uses: motlin/forbid-merge-commits-action@main

0 commit comments

Comments
 (0)