Skip to content

Commit

Permalink
fix formatter version
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Mar 21, 2024
1 parent 63a314a commit b11ffd9
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 @@ -26,7 +26,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.45"))'
julia -e 'using JuliaFormatter; format(".", verbose = true)'
- name: Format check
run: |
Expand Down

1 comment on commit b11ffd9

@ranocha
Copy link
Collaborator Author

@ranocha ranocha commented on b11ffd9 Mar 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See, e.g., trixi-framework/Trixi.jl#1843 for some problems with newer versions

Please sign in to comment.