1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00

ci: backend: run spotless checks

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-07-11 21:54:21 +02:00
parent 3803dde365
commit e90e2e0cc8
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -35,7 +35,11 @@ jobs:
curl -L "https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/$MAVEN_VERSION/apache-maven-$MAVEN_VERSION-bin.tar.gz" | tar -vxzC /opt
echo "/opt/apache-maven-$MAVEN_VERSION/bin" >>$GITHUB_PATH
- name: run tests
- name: lint
working-directory: backend
run: mvn spotless:check
- name: test
working-directory: backend
run: |
mvn \