Skip to content

Check Fork

Check Fork #123

Workflow file for this run

name: Check Fork
on:
schedule:
- cron: "0 0 */20 * *"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install
run: yarn
- name: Check
run: yarn check-fork
env:
token: ${{ secrets.GITHUB_TOKEN }}