Skip to content

Commit

Permalink
Fix formatter version (#89)
Browse files Browse the repository at this point in the history
* apply new formatter version

* fix version of JuliaFormatter

* use old formatting style again

* trailing commas
  • Loading branch information
JoshuaLampert authored Feb 14, 2024
1 parent 3cb131d commit 7db8bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install JuliaFormatter and format
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(["src", "test", "examples"], verbose = true)'
- name: Format check
run: |
Expand Down

0 comments on commit 7db8bb0

Please sign in to comment.