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 d0f5d3f commit 9b3a099Copy full SHA for 9b3a099
.github/workflows/FormatCheck.yml
@@ -32,7 +32,7 @@ jobs:
32
#
33
# julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.0"))'
34
run: |
35
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
+ julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1"))'
36
julia -e 'using JuliaFormatter; format(".", verbose=true)'
37
- name: Format check
38
0 commit comments