We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2056d18 commit d6d53a5Copy full SHA for d6d53a5
.github/workflows/prprecommit.yml
@@ -19,6 +19,15 @@ jobs:
19
with:
20
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
21
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")'
31
- name: Setup Python
32
uses: actions/setup-python@v3
33
- name: Run pre-commit
0 commit comments