Skip to content

Commit 6c8d54f

Browse files
committed
Fix version of JuliaFormatter.jl
1 parent ab2d836 commit 6c8d54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/FormatPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- name: Install JuliaFormatter and format
1212
run: |
13-
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
13+
julia -e 'import Pkg; Pkg.add(name="JuliaFormatter", version="1")'
1414
julia -e 'using JuliaFormatter; format(".")'
1515
- name: Create Pull Request
1616
id: cpr

0 commit comments

Comments
 (0)