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 7b095da commit d159ebbCopy full SHA for d159ebb
.github/workflows/Format.yml
@@ -7,7 +7,7 @@ jobs:
7
code-style:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: julia-actions/julia-format@v3
+ - uses: julia-actions/julia-format@v4
11
with:
12
version: "1" # Set `version` to '1.0.54' if you need to use JuliaFormatter.jl v1.0.54 (default: '1')
13
suggestion-label: "format-suggest" # leave this unset or empty to show suggestions for all PRs
0 commit comments