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 582f8b1a6c - Show all commits

View File

@ -12,6 +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
with: with:
path: | path: |