Skip to content

Commit

Permalink
update JuliaFormatter to version 1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed Dec 17, 2023
1 parent b664783 commit dc97436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install JuliaFormatter and format
run: |
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1.0.9"))'
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1.0.45"))'
julia -e 'using JuliaFormatter; format(["./src", "./test"], verbose=true)'
- name: Format check
run: |
Expand Down

0 comments on commit dc97436

Please sign in to comment.