Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply reformatting to main branch #192

Merged
merged 11 commits into from
Apr 18, 2024
Prev Previous commit
Next Next commit
formatter action: use v3 instead of master
  • Loading branch information
Maximilian-Stefan-Ernst authored Apr 18, 2024
commit 4da0ca7fbd5c8894c74ded6701a091a05d0eb102
5 changes: 4 additions & 1 deletion .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@master
- uses: julia-actions/julia-format@v3
with:
version: '1'
suggestion-label: 'format-suggest'
Loading