Skip to content

Commit 9e82e80

Browse files
committed
chore: bump JuliaFormatter to v2 in lint workflow
1 parent 17e19c8 commit 9e82e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Use Julia cache
2828
uses: julia-actions/cache@v2
2929
- name: Install JuliaFormatter.jl
30-
run: julia -e 'using Pkg; pkg"add JuliaFormatter@1"'
30+
run: julia -e 'using Pkg; pkg"add JuliaFormatter@2"'
3131
- name: Setup Python
3232
uses: actions/setup-python@v6
3333
with:

0 commit comments

Comments
 (0)