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 38efbe7 commit 2e9b7daCopy full SHA for 2e9b7da
.github/workflows/format.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3 # v2 minimum required
13
- - uses: axel-op/googlejavaformat-action@v3
+ - uses: ryanbascom/googlejavaformat@v5
14
with:
15
args: "--replace"
16
commit-message: "style: apply google format"
0 commit comments