Skip to content

Commit

Permalink
Markdown links check: modified comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andreizet committed Sep 4, 2020
1 parent 050a827 commit e9391f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-md-links.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Markdown Links Check
# runs each monday at 9 am
# runs every monday at 9 am
on:
schedule:
- cron: "0 9 * * 1"
Expand All @@ -10,15 +10,15 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
# check all markdown files from /docs and subfolders
# checks all markdown files from /docs including all 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
# checks all markdown files from root but ignores subfolders
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
Expand Down

0 comments on commit e9391f3

Please sign in to comment.