Skip to content

Commit

Permalink
Merge pull request #48 from JuliaMath/mg/compat-helper
Browse files Browse the repository at this point in the history
Add CompatHelper
  • Loading branch information
giordano committed Aug 24, 2020
2 parents 2bb9d13 + 29e435f commit 46a72be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/CompatHelper.yml
@@ -0,0 +1,14 @@
name: CompatHelper
on:
schedule:
- cron: 03 16 * * *
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
run: julia -e 'using CompatHelper; CompatHelper.main()'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 46a72be

Please sign in to comment.