Skip to content

Commit 912f514

Browse files
authored
Fix formatter to old version (#163)
1 parent 0655393 commit 912f514

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
@@ -29,7 +29,7 @@ jobs:
2929
# The last version before the SciML style changed significantly is
3030
# julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version = v"1.0.32"))'
3131
run: |
32-
julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter"))'
32+
julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version="1.0.45"))'
3333
julia -e 'using JuliaFormatter; format(".", verbose = true)'
3434
- name: Format check
3535
run: |

0 commit comments

Comments
 (0)