From d43b64f1a15ceac5de773ad355749f441fa858f2 Mon Sep 17 00:00:00 2001 From: Olivier Cots <66357348+ocots@users.noreply.github.com> Date: Fri, 6 Sep 2024 23:15:25 +0200 Subject: [PATCH] Update Formatter.yml --- .github/workflows/Formatter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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