name: Markdown Links Check on: schedule: - cron: "14 18 * * 6" jobs: check-links: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: gaurav-nelson/github-action-markdown-link-check@v1 # checks all markdown files from root but ignores subfolders with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' config-file: '.github/workflows/markdown.links.config.json' max-depth: 1 file-path: './README.md'