There was an error while loading. Please reload this page.
2 parents 02e4e2a + 09caeca commit 12b654aCopy full SHA for 12b654a
.github/workflows/lint.yaml
@@ -43,6 +43,11 @@ jobs:
43
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
44
45
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # v2 minimum required
46
+ - name: Set up JDK
47
+ uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
48
+ with:
49
+ java-version: 17.x
50
+ distribution: temurin
51
- name: Run formatter
52
id: formatter
53
uses: axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3
0 commit comments