Skip to content

Commit

Permalink
Update FormatCheck.yml
Browse files Browse the repository at this point in the history
Force older SciMLStyle until domluna/JuliaFormatter.jl#741 is resolved.
  • Loading branch information
isaacsas authored Jul 16, 2023
1 parent 7f8cbeb commit 0540539
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 @@ -27,7 +27,7 @@ jobs:
#
# julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.0"))'
run: |
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1.0.32"))'
julia -e 'using JuliaFormatter; format(".", verbose=true)'
- name: Format check
run: |
Expand Down

0 comments on commit 0540539

Please sign in to comment.