Skip to content

Skip jobs for gopher bot #1718

Skip jobs for gopher bot

Skip jobs for gopher bot #1718

name: Markdown link check
on:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.mlc.config.json'