Skip to content

Commit

Permalink
Adding formatting to code
Browse files Browse the repository at this point in the history
  • Loading branch information
madsravn committed Nov 1, 2023
1 parent 759afa3 commit 2aa389c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
formatting:
runs-on: ubuntu-latest
steps:
- name: Check formatting
- uses: actions/checkout@v3 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
- name: Check formatting
uses: axel-op/googlejavaformat-action@v3
with:
args: "--set-exit-if-changed"

0 comments on commit 2aa389c

Please sign in to comment.