Skip to content

Commit

Permalink
Fix formatter to old version (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Feb 13, 2024
1 parent 0655393 commit 912f514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# The last version before the SciML style changed significantly is
# julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version = v"1.0.32"))'
run: |
julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter"))'
julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version="1.0.45"))'
julia -e 'using JuliaFormatter; format(".", verbose = true)'
- name: Format check
run: |
Expand Down

0 comments on commit 912f514

Please sign in to comment.