Add checkstyle report action

This commit is contained in:
Juuz
2022-09-08 04:03:01 +03:00
parent c549c5fd7a
commit b8d04d9b1f

View File

@@ -19,6 +19,11 @@ jobs:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- run: gradle build check -x test --stacktrace --warning-mode fail
- uses: Juuxel/publish-checkstyle-report@v1
if: ${{ failure() }}
with:
reports: |
build/reports/checkstyle/*.xml
# This job is used to feed the test matrix of next job to allow the tests to run in parallel
prepare_test_matrix: