Skip to content

Commit d6d53a5

Browse files
committed
fixup
1 parent 2056d18 commit d6d53a5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/prprecommit.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ jobs:
1919
with:
2020
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
2121
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
22+
- name: Setup Julia
23+
uses: julia-actions/setup-julia@v2
24+
with:
25+
version: '1'
26+
- name: Setup JuliaFormatter
27+
run: |
28+
julia -e '
29+
using Pkg
30+
Pkg.add(name="JuliaFormatter", version="1.0.62")'
2231
- name: Setup Python
2332
uses: actions/setup-python@v3
2433
- name: Run pre-commit

0 commit comments

Comments
 (0)