Skip to content

Commit

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

* Revert "apply new formatter version"

This reverts commit 2b11203.

* fix version of JuliaFormatter
  • Loading branch information
JoshuaLampert authored Feb 14, 2024
1 parent f94f3dd commit 2f41ca4
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 @@ -23,7 +23,7 @@ jobs:
- uses: julia-actions/cache@v1
- 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(["examples", "src/T8code.jl", "test"])'
- name: Format check
run: |
Expand Down

0 comments on commit 2f41ca4

Please sign in to comment.