Skip to content

Commit 4728227

Browse files
committed
Check Spotless formatting by default build
Detected in the course of support-and-care/maven-support-and-care#77.
1 parent b0df56d commit 4728227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
maven_args:
2424
description: 'The arguments to pass to Maven when building the code'
2525
required: false
26-
default: '--batch-mode --errors --show-version verify javadoc:javadoc'
26+
default: '--batch-mode --errors --show-version verify javadoc:javadoc -Dspotless.action=check'
2727
type: string
2828

2929
maven-version:

0 commit comments

Comments
 (0)