You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
289 B

  1. name: Check Markdown links
  2. on:
  3. schedule:
  4. - cron: '* */24 * * *'
  5. jobs:
  6. markdown-link-check:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: actions/checkout@v2.3.4
  10. - uses: gaurav-nelson/github-action-markdown-link-check@1.0.12
  11. with:
  12. folder-path: "docs"