Skip to content

Commit 6256e7c

Browse files
authored
Merge pull request eclipse-collections#1693 from motlin/forbid-merge-commits
2 parents 0e24ab1 + 54cd974 commit 6256e7c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,9 @@ jobs:
298298
MAVEN_OPTS: '-Xmx2g'
299299
- name: 'Clean Maven cache'
300300
run: rm -rf ~/.m2/repository/org/eclipse/collections
301+
302+
forbid-merge-commits:
303+
runs-on: ubuntu-latest
304+
steps:
305+
- name: Run Forbid Merge Commits Action
306+
uses: motlin/forbid-merge-commits-action@main

0 commit comments

Comments
 (0)