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
288 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@master
  10. - uses: gaurav-nelson/github-action-markdown-link-check@0.6.0
  11. with:
  12. folder-path: "docs"