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 243f271 commit 87301b5Copy full SHA for 87301b5
.github/workflows/FormatCheck.yml
@@ -29,7 +29,7 @@ jobs:
29
#
30
# julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.0"))'
31
run: |
32
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
+ julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1"))'
33
julia -e 'using JuliaFormatter; format(".", verbose=true)'
34
- name: Format check
35
0 commit comments