diff --git a/.github/workflows/Formatter.yml b/.github/workflows/Formatter.yml index b4f7284..8d4fa40 100644 --- a/.github/workflows/Formatter.yml +++ b/.github/workflows/Formatter.yml @@ -17,7 +17,7 @@ jobs: - name: Install JuliaFormatter and format run: | julia -e 'import Pkg; Pkg.add("JuliaFormatter")' - julia -e 'using JuliaFormatter; format(".")' + julia -e 'using JuliaFormatter; format(".", BlueStyle())' # https://github.com/marketplace/actions/create-pull-request # https://github.com/peter-evans/create-pull-request#reference-example - name: Create Pull Request