Skip to content

Commit

Permalink
Add checkstyle step in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ramueSVA committed Oct 9, 2024
1 parent 958f34a commit 59b7793
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-for-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Run Checkstyle
run: mvn checkstyle:check
- name: Run unit tests
run: mvn clean test
- name: Run integration tests
Expand Down

0 comments on commit 59b7793

Please sign in to comment.