File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,18 @@ name: CompatHelper
22
33on :
44 schedule :
5- - cron : ' 00 * * * *'
5+ - cron : ' 00 00 * * *'
66
77jobs :
8- build :
9- runs-on : ${{ matrix.os }}
10- strategy :
11- matrix :
12- julia-version : [1.2.0]
13- julia-arch : [x86]
14- os : [ubuntu-latest]
8+ CompatHelper :
9+ runs-on : ubuntu-latest
1510 steps :
1611 - uses : julia-actions/setup-julia@latest
1712 with :
18- version : ${{ matrix.julia-version }}
19- - name : Install dependencies
13+ version : 1.3
14+ - name : Pkg.add("CompatHelper")
2015 run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
21- - name : CompatHelper.main
16+ - name : CompatHelper.main()
2217 env :
2318 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24- JULIA_DEBUG : CompatHelper
2519 run : julia -e 'using CompatHelper; CompatHelper.main()'
You can’t perform that action at this time.
0 commit comments