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 3c21287 commit 6cf3138Copy full SHA for 6cf3138
.github/workflows/format_check.yml
@@ -14,12 +14,12 @@ jobs:
14
- uses: julia-actions/setup-julia@latest
15
with:
16
version: '1'
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Format check
19
shell: julia --color=yes {0}
20
run: |
21
using Pkg
22
- Pkg.add(PackageSpec(name="JuliaFormatter", version="1"))
+ Pkg.add(PackageSpec(name="JuliaFormatter", version="2"))
23
using JuliaFormatter
24
format("src", verbose=true)
25
format("test", verbose=true)
0 commit comments