Skip to content

Commit

Permalink
Create md_links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyweiss authored Jun 16, 2024
1 parent aa562cc commit 66731db
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/md_links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check Markdown links

on:
workflow_dispatch:
push:
schedule:
# Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 9 * * *"

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/[email protected]
with:
use-verbose-mode: 'yes'

0 comments on commit 66731db

Please sign in to comment.