diff --git a/.github/workflows/format_pr.yml b/.github/workflows/format_pr.yml index 2131ee3..507abce 100644 --- a/.github/workflows/format_pr.yml +++ b/.github/workflows/format_pr.yml @@ -20,7 +20,7 @@ jobs: - name: Install JuliaFormatter and format run: | julia -e 'import Pkg; Pkg.add("JuliaFormatter")' - julia -e 'using JuliaFormatter; format(".";verbose=true,style=BlueStyle())' + julia -e 'using JuliaFormatter; format(".";verbose=true, always_for_in=true)' # https://github.com/marketplace/actions/create-pull-request - name: Create Pull Request