Skip to content

Commit

Permalink
chore: Run pre-commit hooks in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven committed Mar 7, 2024
1 parent 9009f8e commit 4cd20e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
java-version: '17'
distribution: temurin
cache: maven
- name: Check style
run: pip install pre-commit && pre-commit run --all
- name: Build with Maven
run: mvn -B package --file pom.xml

Expand Down

0 comments on commit 4cd20e7

Please sign in to comment.