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