Skip to content

Commit

Permalink
add periodic check for all md links
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer authored Feb 2, 2022
1 parent 9a54b95 commit 6f4a4a4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/markdown_link_check_cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: markdown-link-check-cron

on:
schedule:
# See https://codebeautify.org/crontab-format for cron format
- cron: '0 0 1 * *'
jobs:

markdown-link-check:
name: Check markdown links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.github/workflows/mlc-config.json'

0 comments on commit 6f4a4a4

Please sign in to comment.