Add checkstyle linter for java #27

Merged
jank1619 merged 11 commits from ci/java-pipes into main 2025-02-13 11:39:31 +00:00
Showing only changes of commit c49f7ca55d - Show all commits

View File

@ -12,9 +12,8 @@ jobs:
steps: steps:
- name: "Checkout" - name: "Checkout"
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: "Go to backend"
run: cd backend
- uses: actions/cache@v3 - uses: actions/cache@v3
working-directory: ./backend
with: with:
path: | path: |
~/.gradle/caches ~/.gradle/caches
@ -23,10 +22,13 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-gradle- ${{ runner.os }}-gradle-
- name: "Prepare Gradle" - name: "Prepare Gradle"
working-directory: ./backend
run: gradle clean run: gradle clean
- name: "Check" - name: "Check"
working-directory: ./backend
run: gradle check run: gradle check
- name: "Stop Gradle" - name: "Stop Gradle"
working-directory: ./backend
run: gradle --stop run: gradle --stop
eslint: eslint: