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 8a518b4 commit f609afcCopy full SHA for f609afc
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
arch:
29
- x64
30
steps:
31
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
32
- uses: julia-actions/setup-julia@v2
33
with:
34
version: ${{ matrix.version }}
.github/workflows/FormatPR.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
10
11
- name: Install JuliaFormatter and format
12
run: |
13
julia -e 'import Pkg; Pkg.add(name="JuliaFormatter", version="1")'
0 commit comments