Skip to content

Commit 9b3a099

Browse files
committed
Fix formatter
1 parent d0f5d3f commit 9b3a099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
#
3333
# julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.0"))'
3434
run: |
35-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
35+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1"))'
3636
julia -e 'using JuliaFormatter; format(".", verbose=true)'
3737
- name: Format check
3838
run: |

0 commit comments

Comments
 (0)