test: changed the verification
This commit is contained in:
parent
c7ddc37bf9
commit
0fc4be2008
@ -8,6 +8,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4 # v2 minimum required
|
- uses: actions/checkout@v4 # v2 minimum required
|
||||||
|
- uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||||
|
java-version: '21'
|
||||||
- uses: axel-op/googlejavaformat-action@v3
|
- uses: axel-op/googlejavaformat-action@v3
|
||||||
with:
|
with:
|
||||||
args: "--replace"
|
args: "--replace"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user