Skip to content

add reason

add reason #161

name: Check Markdown links
on:
push:
schedule:
- # Run every day at 5:00 UTC
- cron: "0 5 * * *"
# Allow this workflow to be called from other repositories.
workflow_call:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1