Skip to content

Commit b8280b8

Browse files
committed
Add CompatHelper
1 parent 41ded26 commit b8280b8

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/CompatHelper.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: CompatHelper
2+
on:
3+
schedule:
4+
- cron: '00 00 * * *'
5+
jobs:
6+
CompatHelper:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: julia-actions/setup-julia@latest
10+
with:
11+
version: 1.3
12+
- name: Pkg.add("CompatHelper")
13+
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
14+
- name: CompatHelper.main()
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)