File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 directory : " /" # Location of package manifests
66 schedule :
77 interval : " weekly"
8- ignore :
9- - dependency-name : " crate-ci/typos"
10- update-types : ["version-update:semver-patch", "version-update:semver-minor"]
118 - package-ecosystem : " julia"
129 directories :
1310 - " /"
Original file line number Diff line number Diff line change 1313jobs :
1414 test :
1515 if : false
16- runs-on : ubuntu-latest
17- strategy :
18- matrix :
19- downgrade_mode : ['alldeps']
20- julia-version : ['1.10']
21- steps :
22- - uses : actions/checkout@v6
23- - uses : julia-actions/setup-julia@v3
24- with :
25- version : ${{ matrix.julia-version }}
26- - uses : julia-actions/julia-downgrade-compat@v2
27- # if: ${{ matrix.version == '1.6' }}
28- with :
29- skip : Pkg,TOML
30- - uses : julia-actions/julia-buildpkg@v1
31- - uses : julia-actions/julia-runtest@v1
32- with :
33- ALLOW_RERESOLVE : false
16+ name : " Downgrade"
17+ uses : " SciML/.github/.github/workflows/downgrade.yml@v1"
18+ with :
19+ julia-version : " 1.10"
20+ skip : " Pkg,TOML"
21+ allow-reresolve : false
22+ secrets : " inherit"
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 runic :
14- runs-on : ubuntu-latest
15- steps :
16- - uses : actions/checkout@v6
17- - uses : julia-actions/setup-julia@v3
18- with :
19- version : ' 1'
20- - uses : fredrikekre/runic-action@v1
21- with :
22- version : ' 1'
14+ name : " Runic"
15+ uses : " SciML/.github/.github/workflows/runic.yml@v1"
16+ secrets : " inherit"
Original file line number Diff line number Diff line change @@ -5,9 +5,5 @@ on: [pull_request]
55jobs :
66 typos-check :
77 name : Spell Check with Typos
8- runs-on : ubuntu-latest
9- steps :
10- - name : Checkout Actions Repository
11- uses : actions/checkout@v6
12- - name : Check spelling
13- uses : crate-ci/typos@v1.18.1
8+ uses : " SciML/.github/.github/workflows/spellcheck.yml@v1"
9+ secrets : " inherit"
You can’t perform that action at this time.
0 commit comments