Skip to content

Commit c37b929

Browse files
relax version requirement for JuliaFormatter in formatcheck CI
1 parent c45b47b commit c37b929

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
- uses: actions/checkout@v4
3030
- name: Install JuliaFormatter and format
3131
run: |
32-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="v1.0.62"))'
32+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="v1"))'
3333
julia -e 'using JuliaFormatter; format(".", verbose=true)'
3434
- name: Format check
3535
id: format

0 commit comments

Comments
 (0)