Skip to content

Commit

Permalink
Add markdown link check
Browse files Browse the repository at this point in the history
  • Loading branch information
kare committed Mar 11, 2021
1 parent 6a2851d commit 874fc8c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/markdown-link-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Markdown CI

# https://github.com/gaurav-nelson/github-action-markdown-link-check

on:
schedule:
- cron: "0 5 * * 1"

jobs:
check-links:
name: Check Markdown links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.12
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
max-depth: 1

0 comments on commit 874fc8c

Please sign in to comment.