We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d8c8c commit af6c4adCopy full SHA for af6c4ad
.github/workflows/format.yml
@@ -9,12 +9,8 @@ jobs:
9
formatting:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3 # v2 minimum required
+ - uses: actions/checkout@v4 # v2 minimum required
13
- name: Prettier Java Format
14
- uses: tsar-boomba/prettier-java-action@v1.1.0
+ uses: axel-op/googlejavaformat-action@v3
15
with:
16
- prettier-args: '--tab-width 2 --write' # See: https://prettier.io/docs/en/options.html
17
- files: '**/*.java'
18
- commit: 'true'
19
- github-username: 'mikebarkmin'
20
- commit-message: 'Format Java Code'
+ args: "--replace"
0 commit comments