Skip to content

Commit 3fcccb4

Browse files
committed
Install JuliaFormatter
1 parent fdc152b commit 3fcccb4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/PreCommit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- 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")'
1721
- name: Install uv
1822
uses: astral-sh/setup-uv@v6
1923
- name: Install pre-commit

0 commit comments

Comments
 (0)