Skip to content

Commit

Permalink
fix format check style
Browse files Browse the repository at this point in the history
  • Loading branch information
haberdashPI committed Apr 3, 2024
1 parent efb5dbc commit 84eedb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: julia --project=@format --color=yes {0}
run: |
using JuliaFormatter
format("."; verbose=true, style="yas") || exit(1)
format("."; verbose=true, style=YASStyle()) || 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 }}
Expand Down

0 comments on commit 84eedb3

Please sign in to comment.