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 0655393 commit 912f514Copy full SHA for 912f514
.github/workflows/FormatCheck.yml
@@ -29,7 +29,7 @@ jobs:
29
# The last version before the SciML style changed significantly is
30
# julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version = v"1.0.32"))'
31
run: |
32
- julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter"))'
+ julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version="1.0.45"))'
33
julia -e 'using JuliaFormatter; format(".", verbose = true)'
34
- name: Format check
35
0 commit comments