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 e57373b commit a727b5fCopy full SHA for a727b5f
.github/workflows/format_check.yml
@@ -18,7 +18,7 @@ jobs:
18
shell: julia --color=yes {0}
19
run: |
20
using Pkg
21
- Pkg.add(PackageSpec(name="JuliaFormatter", version="1"))
+ Pkg.add(PackageSpec(name="JuliaFormatter", version="2"))
22
using JuliaFormatter
23
format(".", verbose=true)
24
out = String(read(Cmd(`git diff`)))
0 commit comments