We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e55ee8 commit 7c44f87Copy full SHA for 7c44f87
1 file changed
.github/workflows/format.yml
@@ -12,4 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
+ - uses: actions/setup-java@v3
16
+ with:
17
+ java-version: '17'
18
+ distribution: 'temurin'
19
- uses: axel-op/googlejavaformat-action@v3
0 commit comments