Skip to content

Commit 031a526

Browse files
ci: pin JuliaFormatter version in CI
1 parent 643beba commit 031a526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
#
3838
# julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.0"))'
3939
run: |
40-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
40+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter", version="1.0.50"))'
4141
julia -e 'using JuliaFormatter; format(".", verbose=true)'
4242
- name: Format check
4343
run: |

0 commit comments

Comments
 (0)