Skip to content

CI

CI #989

Workflow file for this run

name: CI
on:
schedule:
# Run everyday at 9:00 AM
- cron: "0 9 * * *"
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1