Skip to content

Commit

Permalink
Update .github/workflows/FormatCheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede authored Jan 31, 2024
1 parent acef4a5 commit fb18fe4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ jobs:
# This will use the latest version by default but you can set the version like so:
#
# julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version = "0.13.0"))'
#
# TODO: Change the call below to
# format(".")
run: |
julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter"))'
julia -e 'using JuliaFormatter; format(["examples", "src", "test"])'
julia -e 'using JuliaFormatter; format(".")'
- name: Format check
run: |
julia -e '
Expand Down

0 comments on commit fb18fe4

Please sign in to comment.