ci: update checkstyle command in CI workflow
Some checks failed
Optimized CI / Frontend Lint & Format (pull_request) Successful in 26s
Optimized CI / Frontend Build (pull_request) Successful in 37s
Optimized CI / Backend Checkstyle (pull_request) Successful in 1m19s
Optimized CI / Backend Build & Package (pull_request) Failing after 1m52s
Optimized CI / PR Quality Analysis (pull_request) Has been skipped
Optimized CI / Merge Readiness Check (pull_request) Has been skipped

This commit is contained in:
Jan K9f 2025-03-12 20:50:24 +01:00
parent 008efd21fa
commit d6f8395378
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -39,7 +39,7 @@ jobs:
- name: "Run Checkstyle"
working-directory: ./backend
run: ./gradlew checkstyleMain checkstyleTest --parallel --build-cache
run: ./gradlew checkstyleMain
- name: "Stop Gradle"
if: always()