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.
2 parents abf3e10 + 4374daa commit c546e7eCopy full SHA for c546e7e
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
arch:
20
- x64
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
23
- uses: julia-actions/setup-julia@v1
24
with:
25
version: ${{ matrix.version }}
@@ -33,7 +33,7 @@ jobs:
33
name: Documentation
34
runs-on: ubuntu-latest
35
36
37
38
39
version: '1.6'
.github/workflows/format_pr.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
8
9
10
- name: Install JuliaFormatter and format
11
run: |
12
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
0 commit comments