Skip to content

remove info about email notification #444

remove info about email notification

remove info about email notification #444

name: Check Markdown links
on:
push:
schedule:
- cron: '0 0 * * *' # Runs every day at 00:00
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
config-file: '.mlc_config.json'