Skip to content

Commit

Permalink
fixed now?
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwheeler committed Oct 16, 2024
1 parent f484cf3 commit 0efe734
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 @@ -12,7 +12,7 @@ jobs:
with:
version: 1
- run: |
julia -e 'using Pkg; Pkg.add("JuliaFormatter", version="1")'
julia -e 'using Pkg; Pkg.add(name="JuliaFormatter", version="1")'
julia -e 'using JuliaFormatter; format("."; verbose=true)'
- uses: reviewdog/action-suggester@v1
with:
Expand Down

0 comments on commit 0efe734

Please sign in to comment.