Skip to content

Commit

Permalink
Markdown links check: added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andreizet committed Sep 4, 2020
1 parent 5a4b672 commit 89a16a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-md-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
# check all markdown files from /docs and subfolders
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: 'markdown.links.config.json'
folder-path: 'docs/'
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
# check all markdown files from root but ignore subfolders
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: 'markdown.links.config.json'
max-depth: 0
file-path: './readme.md'

0 comments on commit 89a16a6

Please sign in to comment.