Skip to content

Commit

Permalink
chore: add action to check for dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 9, 2024
1 parent 5846e45 commit 4e9df99
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docs-dead-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check Markdown links

on:
pull_request:
schedule:
# Run a check at 9 AM UTC
- cron: "0 9 * * *"

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 comments on commit 4e9df99

Please sign in to comment.