Add Checkstyle and Prettier to BFF #65
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user