We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcccb4 commit 3cf51ceCopy full SHA for 3cf51ce
1 file changed
.github/workflows/PreCommit.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Julia
18
uses: julia-actions/setup-julia@v2
19
- name: Install JuliaFormatter
20
- run: julia 'using Pkg; Pkg.add("JuliaFormatter")'
+ run: julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
21
- name: Install uv
22
uses: astral-sh/setup-uv@v6
23
- name: Install pre-commit
0 commit comments