Skip to content

Merge pull request #93 from codedthinking/dependabot/github_actions/j… #13

Merge pull request #93 from codedthinking/dependabot/github_actions/j…

Merge pull request #93 from codedthinking/dependabot/github_actions/j… #13

Workflow file for this run

name: CompatHelper
on:
push:
branches:
- main
tags: ['*']
pull_request:
workflow_dispatch:
jobs:
CompatHelper:
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 }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main()'