ci: run pre-commit checks first

This commit is contained in:
Nanne Baars
2024-10-28 21:54:49 +01:00
parent af687e71fe
commit 4f6ab25ebd
4 changed files with 22 additions and 49 deletions

View File

@ -21,13 +21,7 @@ jobs:
distribution: 'temurin'
java-version: 21
architecture: x64
- name: Cache Maven packages
uses: actions/cache@v4.1.1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
cache: 'maven'
- name: "Set labels for ${{ github.ref }}"
run: |