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 fd5d174 commit 78d8c8cCopy full SHA for 78d8c8c
.github/workflows/format.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3 # v2 minimum required
13
- name: Prettier Java Format
14
- uses: tsar-boomba/prettier-java-format-action@main
+ uses: tsar-boomba/prettier-java-action@v1.1.0
15
with:
16
prettier-args: '--tab-width 2 --write' # See: https://prettier.io/docs/en/options.html
17
files: '**/*.java'
0 commit comments