Skip to content

Commit

Permalink
Create CompatHelper.yml (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianM-C authored Jan 9, 2021
1 parent 850b60c commit 59fcd5f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Run CompatHelper

on:
schedule:
- cron: '00 * * * *'
issues:
types: [opened, reopened]

jobs:
compathelper:
name: "Run CompatHelper.jl"
runs-on: ubuntu-latest
steps:
- 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 59fcd5f

Please # to comment.