From efb5dbc3cce6101d623207285290b652ac68923c Mon Sep 17 00:00:00 2001 From: David Little Date: Wed, 3 Apr 2024 11:58:14 -0400 Subject: [PATCH] fix formatting style --- .github/workflows/FormatCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 3e51acb..fef2bee 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -40,7 +40,7 @@ jobs: shell: julia --project=@format --color=yes {0} run: | using JuliaFormatter - format("."; verbose=true) || exit(1) + format("."; verbose=true, style="yas") || exit(1) # Add formatting suggestions to non-draft PRs even if when "Check formatting" fails - uses: reviewdog/action-suggester@v1 if: ${{ !cancelled() && github.event_name == 'pull_request' && github.event.pull_request.draft == false }}