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 b0df56d commit 4728227Copy full SHA for 4728227
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ on:
23
maven_args:
24
description: 'The arguments to pass to Maven when building the code'
25
required: false
26
- default: '--batch-mode --errors --show-version verify javadoc:javadoc'
+ default: '--batch-mode --errors --show-version verify javadoc:javadoc -Dspotless.action=check'
27
type: string
28
29
maven-version:
0 commit comments