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 ae729e9 commit a2df831Copy full SHA for a2df831
.github/workflows/Format.yml
@@ -17,7 +17,7 @@ jobs:
17
shell: julia --color=yes {0}
18
run: |
19
import Pkg
20
- Pkg.add("JuliaFormatter@1")
+ Pkg.add(PackageSpec(name="JuliaFormatter", version="1"))
21
- name: Check formatting
22
23
0 commit comments