Awesome-Linux-Software/.github/workflows/action.yml

21 lines
532 B
YAML
Raw Normal View History

name: Markdown Links Check
# runs every monday at 9 am
on:
schedule:
- cron: "0 9 * * 1"
2022-10-22 06:54:32 -04:00
jobs:
check-links:
2022-10-22 06:54:32 -04:00
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: 0
file-path: README.md