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 b38a798 commit 69b2a8dCopy full SHA for 69b2a8d
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
arch:
27
- x64
28
steps:
29
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
30
- uses: julia-actions/setup-julia@v2
31
with:
32
version: ${{ matrix.version }}
@@ -52,7 +52,7 @@ jobs:
52
name: Documentation
53
runs-on: ubuntu-latest
54
55
56
57
58
version: '1'
.github/workflows/FormatPR.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
9
10
11
- name: Install JuliaFormatter and format
12
run: |
13
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
0 commit comments