We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667fc07 commit 5792b01Copy full SHA for 5792b01
1 file changed
.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="2"))
+ Pkg.add(PackageSpec(name="JuliaFormatter", version="2.4.0"))
22
using JuliaFormatter
23
format(".", verbose=true)
24
out = String(read(Cmd(`git diff`)))
0 commit comments