Skip to content

Commit

Permalink
chore: Add job for sorald-buildbreaker (#3912)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse authored May 11, 2021
1 parent c3ed4be commit 245e076
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,17 @@ jobs:
run: mv chore/logback.xml src/test/resources/
- name: Run extra checks
run: ./chore/ci-extra.sh

sorald-buildbreaker:
runs-on: ubuntu-latest
name: Run Sorald Buildbreaker
steps:
- name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
with:
fetch-depth: 0
- name: Run Sorald Buildbreaker
uses: SpoonLabs/sorald-buildbreaker@35c1a784848bd3182cfcc8a584cff90560fa6371 # dev version
with:
source: 'src/main/java'
ratchet-from: 'origin/master'

0 comments on commit 245e076

Please sign in to comment.