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 b7506b3 commit 759afa3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ jobs:
run: mvn -B package --file pom.xml
- name: Test with Maven
run: mvn -B test --file pom.xml

formatting:
runs-on: ubuntu-latest
steps:
- name: Check formatting
- uses: actions/checkout@v3 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--set-exit-if-changed"

0 comments on commit 759afa3

Please sign in to comment.