Skip to content

Commit

Permalink
Added checkstyle to java actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Aug 7, 2023
1 parent 8c718bd commit e0f209f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
distribution: 'oracle' # See 'Supported distributions' for available options
java-version: '20'
cache: 'maven'
- name: Check style
run: mvn checkstyle:check
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
- name: Test
Expand Down

0 comments on commit e0f209f

Please sign in to comment.