File tree Expand file tree Collapse file tree 8 files changed +48
-32
lines changed
templates/github/workflows
AllPlugins/.github/workflows
DocumenterGitHubActions/.github/workflows
DocumenterGitLabCI/.github/workflows
DocumenterTravis/.github/workflows
WackyOptions/.github/workflows Expand file tree Collapse file tree 8 files changed +48
-32
lines changed Original file line number Diff line number Diff line change 99 permissions :
1010 contents : write
1111 steps :
12- - name : Pkg.add("CompatHelper")
13- run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
14- - name : CompatHelper.main()
12+ - name : Install CompatHelper
13+ run : using Pkg; Pkg.add("CompatHelper")
14+ shell : julia --color=yes {0}
15+ - name : Run CompatHelper
16+ run : using CompatHelper; CompatHelper.main()
17+ shell : julia --color=yes {0}
1518 env :
1619 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1720 COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
18- run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 77 CompatHelper :
88 runs-on : ubuntu-latest
99 steps :
10- - name : Pkg.add("CompatHelper")
11- run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12- - name : CompatHelper.main()
10+ - name : Install CompatHelper
11+ run : using Pkg; Pkg.add("CompatHelper")
12+ shell : julia --color=yes {0}
13+ - name : Run CompatHelper
14+ run : using CompatHelper; CompatHelper.main()
15+ shell : julia --color=yes {0}
1316 env :
1417 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1518 COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16- run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 77 CompatHelper :
88 runs-on : ubuntu-latest
99 steps :
10- - name : Pkg.add("CompatHelper")
11- run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12- - name : CompatHelper.main()
10+ - name : Install CompatHelper
11+ run : using Pkg; Pkg.add("CompatHelper")
12+ shell : julia --color=yes {0}
13+ - name : Run CompatHelper
14+ run : using CompatHelper; CompatHelper.main()
15+ shell : julia --color=yes {0}
1316 env :
1417 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1518 COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16- run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 77 CompatHelper :
88 runs-on : ubuntu-latest
99 steps :
10- - name : Pkg.add("CompatHelper")
11- run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12- - name : CompatHelper.main()
10+ - name : Install CompatHelper
11+ run : using Pkg; Pkg.add("CompatHelper")
12+ shell : julia --color=yes {0}
13+ - name : Run CompatHelper
14+ run : using CompatHelper; CompatHelper.main()
15+ shell : julia --color=yes {0}
1316 env :
1417 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1518 COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16- run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 77 CompatHelper :
88 runs-on : ubuntu-latest
99 steps :
10- - name : Pkg.add("CompatHelper")
11- run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12- - name : CompatHelper.main()
10+ - name : Install CompatHelper
11+ run : using Pkg; Pkg.add("CompatHelper")
12+ shell : julia --color=yes {0}
13+ - name : Run CompatHelper
14+ run : using CompatHelper; CompatHelper.main()
15+ shell : julia --color=yes {0}
1316 env :
1417 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1518 COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16- run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 77 CompatHelper :
88 runs-on : ubuntu-latest
99 steps :
10- - name : Pkg.add("CompatHelper")
11- run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12- - name : CompatHelper.main()
10+ - name : Install CompatHelper
11+ run : using Pkg; Pkg.add("CompatHelper")
12+ shell : julia --color=yes {0}
13+ - name : Run CompatHelper
14+ run : using CompatHelper; CompatHelper.main()
15+ shell : julia --color=yes {0}
1316 env :
1417 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1518 COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16- run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 77 CompatHelper :
88 runs-on : ubuntu-latest
99 steps :
10- - name : Pkg.add("CompatHelper")
11- run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12- - name : CompatHelper.main()
10+ - name : Install CompatHelper
11+ run : using Pkg; Pkg.add("CompatHelper")
12+ shell : julia --color=yes {0}
13+ - name : Run CompatHelper
14+ run : using CompatHelper; CompatHelper.main()
15+ shell : julia --color=yes {0}
1316 env :
1417 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1518 COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16- run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 77 CompatHelper :
88 runs-on : ubuntu-latest
99 steps :
10- - name : Pkg.add("CompatHelper")
11- run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
12- - name : CompatHelper.main()
10+ - name : Install CompatHelper
11+ run : using Pkg; Pkg.add("CompatHelper")
12+ shell : julia --color=yes {0}
13+ - name : Run CompatHelper
14+ run : using CompatHelper; CompatHelper.main()
15+ shell : julia --color=yes {0}
1316 env :
1417 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1518 COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
16- run : julia -e 'using CompatHelper; CompatHelper.main()'
You can’t perform that action at this time.
0 commit comments