File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 #
2929 # julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.0"))'
3030 run : |
31- julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
31+ julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1" ))'
3232 julia -e 'using JuliaFormatter; format(".", verbose=true)'
3333 - name : Format check
3434 run : |
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v2
1212 - name : Install JuliaFormatter and format
1313 run : |
14- julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
14+ julia -e 'import Pkg; Pkg.add(PackageSpec(name= "JuliaFormatter", version="1") )'
1515 julia -e 'using JuliaFormatter; format(".")'
1616
1717 - name : Create Pull Request
You can’t perform that action at this time.
0 commit comments