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 643beba commit 031a526Copy full SHA for 031a526
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
#
38
# julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.0"))'
39
run: |
40
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
+ julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1.0.50"))'
41
julia -e 'using JuliaFormatter; format(".", verbose=true)'
42
- name: Format check
43
0 commit comments