Check Markdown links #1244
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Check Markdown links | |
permissions: read-all | |
on: | |
push: | |
schedule: | |
- cron: "0 9 * * *" # every day at 9am | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Scan for broken links | |
uses: gaurav-nelson/github-action-markdown-link-check@v1 |