Skip to content

Commit

Permalink
Create CompatHelper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ceandrade committed Mar 18, 2020
1 parent 54f3968 commit fb6df58
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/CompatHelper.yml
@@ -0,0 +1,20 @@
name: CompatHelper

on:
schedule:
- cron: '00 00 * * *'

jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@latest
with:
version: 1.3
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 comments on commit fb6df58

Please sign in to comment.