Add Checkstyle and Prettier to BFF #65

Merged
stne3960 merged 15 commits from chore/checkstyle into main 2026-01-13 13:17:19 +01:00
Showing only changes of commit 4a191ef8a9 - Show all commits

View File

@ -17,5 +17,11 @@ jobs:
distribution: temurin
java-version: 25
cache: maven
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: bff/package-lock.json
- run: npm ci
- name: Run checkstyle and prettier
run: ./mvnw validate --batch-mode