Skip to content

Commit 87301b5

Browse files
committed
Restrict formatter to v1
1 parent 243f271 commit 87301b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
#
3030
# julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.0"))'
3131
run: |
32-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
32+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1"))'
3333
julia -e 'using JuliaFormatter; format(".", verbose=true)'
3434
- name: Format check
3535
run: |

0 commit comments

Comments
 (0)