Fix Format check

This commit is contained in:
Anton Reinhard 2023-09-25 16:40:01 +02:00
parent c428613c80
commit 0d8d824540
2 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,7 @@ jobs:
- name: Format check
run: |
julia --project=./ -e 'using JuliaFormatter; format(".", verbose=true)'
julia --project=./ -e 'using JuliaFormatter; format(".", verbose=true, ignore=[".julia/*"])'
julia --project=./ -e '
out = Cmd(`git diff --name-only`) |> read |> String
if out == ""

1
.gitignore vendored
View File

@ -26,3 +26,4 @@ Manifest.toml
# vscode workspace directory
.vscode
.julia