Skip to content

Commit

Permalink
update formatter job
Browse files Browse the repository at this point in the history
  • Loading branch information
Canoobi committed Jun 10, 2024
1 parent 2dd655b commit e8e8612
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'oracle'
cache: maven
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"
Expand Down

0 comments on commit e8e8612

Please sign in to comment.