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 af6c4ad commit 8e35798Copy full SHA for 8e35798
.github/workflows/format.yml
@@ -10,6 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4 # v2 minimum required
13
+ - uses: actions/setup-java@v4
14
+ with:
15
+ distribution: 'temurin' # See 'Supported distributions' for available options
16
+ java-version: '17'
17
- name: Prettier Java Format
18
uses: axel-op/googlejavaformat-action@v3
19
with:
0 commit comments