Formatter: use latest CSTParser tagged version
This commit is contained in:
parent
d8cd174493
commit
173acdaa44
2
.github/workflows/format_pr.yml
vendored
2
.github/workflows/format_pr.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install JuliaFormatter and format
|
- name: Install JuliaFormatter and format
|
||||||
run: |
|
run: |
|
||||||
julia -e 'using Pkg; pkg"add JuliaFormatter CSTParser#master"'
|
julia -e 'using Pkg; pkg"add JuliaFormatter"'
|
||||||
julia -e 'using JuliaFormatter; [format(["src", "test"]) for _ in 1:2]'
|
julia -e 'using JuliaFormatter; [format(["src", "test"]) for _ in 1:2]'
|
||||||
git diff --exit-code
|
git diff --exit-code
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user