We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8242030 commit 844bb61Copy full SHA for 844bb61
.github/workflows/receive-pr.yml
@@ -52,7 +52,9 @@ jobs:
52
# Execute recipes
53
- name: Apply OpenRewrite recipes
54
run: |
55
- mvn --batch-mode rewrite:run -Drewrite.activeRecipes=org.checkstyle.recipes.OpenRewriteRecipeBestPractices
+ mvn --batch-mode \
56
+ checkstyle:check -Dcheckstyle.failOnViolation=false \
57
+ rewrite:run -Drewrite.activeRecipes=org.checkstyle.recipes.OpenRewriteRecipeBestPractices
58
59
# Capture the diff
60
- name: Create patch
0 commit comments