File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 uses : julia-actions/cache@v3
2626 - name : Install JuliaFormatter and format
2727 run : |
28- julia --startup-file=no -e 'using Pkg; pkg"activate --temp"; pkg"add JuliaFormatter@2"; using JuliaFormatter; format("."; verbose=true)'
28+ julia --startup-file=no -e 'using Pkg; pkg"activate --temp"; pkg"add JuliaFormatter@2.4.0 "; using JuliaFormatter; format("."; verbose=true)'
2929 - name : " Format check"
3030 run : |
3131 julia -e '
Original file line number Diff line number Diff line change 2020 uses : julia-actions/cache@v3
2121 - name : " Install JuliaFormatter and format"
2222 run : |
23- julia -e 'using Pkg; pkg"add JuliaFormatter@1.0.61 "'
23+ julia -e 'using Pkg; pkg"add JuliaFormatter@2.4.0 "'
2424 julia -e 'using JuliaFormatter; format(".")'
2525 - name : " Create Pull Request"
2626 id : cpr
You can’t perform that action at this time.
0 commit comments