Skip to content

Commit

Permalink
Merge branch 'main' into trixibase
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert authored Feb 14, 2024
2 parents efc7d14 + 7db8bb0 commit 07d7cfd
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", "docs"], verbose = true)'
- name: Format check
run: |
Expand Down

0 comments on commit 07d7cfd

Please sign in to comment.