We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f0713 commit 91b1eb9Copy full SHA for 91b1eb9
1 file changed
.github/workflows/ci.yaml
@@ -79,7 +79,7 @@ jobs:
79
path: ~/.m2/repository
80
key: ${{ runner.os }}-maven-unified-${{ steps.date.outputs.week_of_year }}
81
- run: java -version
82
- - run: mvn -B -ntp com.spotify.fmt:fmt-maven-plugin:check
+ - run: mvn -B -ntp com.spotify.fmt:fmt-maven-plugin:check -T 1C
83
- run: mvn -B -ntp checkstyle:check@checkstyle
84
enforcer:
85
runs-on: ubuntu-latest
0 commit comments