Fix Format check
This commit is contained in:
parent
c428613c80
commit
0d8d824540
@ -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
1
.gitignore
vendored
@ -26,3 +26,4 @@ Manifest.toml
|
||||
|
||||
# vscode workspace directory
|
||||
.vscode
|
||||
.julia
|
||||
|
Loading…
x
Reference in New Issue
Block a user