Skip to content

Commit 3cf51ce

Browse files
committed
Execute
1 parent 3fcccb4 commit 3cf51ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PreCommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Julia
1818
uses: julia-actions/setup-julia@v2
1919
- name: Install JuliaFormatter
20-
run: julia 'using Pkg; Pkg.add("JuliaFormatter")'
20+
run: julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v6
2323
- name: Install pre-commit

0 commit comments

Comments
 (0)