17 lines
388 B
YAML
Raw Normal View History

2023-05-21 18:11:39 +02:00
name: Check Markdown links
on:
schedule:
2023-05-22 11:15:52 +02:00
# Run at 9:00 AM every Friday
- cron: "0 9 * * 5"
2023-05-21 18:11:39 +02:00
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
2023-05-21 18:27:34 +02:00
use-verbose-mode: 'yes'
2023-05-21 18:17:57 +02:00
config-file: '.github/mlc_config.json'
file-path: './README.md'