Skip to content

Commit

Permalink
Add job forbid-merge-commits to .github/workflows/pull-request.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
motlin committed Oct 2, 2024
1 parent 921f4f8 commit 2e75f0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,9 @@ jobs:
MAVEN_OPTS: '-Xmx2g'
- name: 'Clean Maven cache'
run: rm -rf ~/.m2/repository/org/eclipse/collections

forbid-merge-commits:
runs-on: ubuntu-latest
steps:
- name: Run Forbid Merge Commits Action
uses: motlin/forbid-merge-commits-action@main

0 comments on commit 2e75f0e

Please sign in to comment.