Skip to content

Commit

Permalink
Bump MD link check linter 0.6->1.*
Browse files Browse the repository at this point in the history
Adds support for check-modified-files-only config, which currently isn't
honored and throws a warning.

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 authored and skitt committed Aug 26, 2020
1 parent 8c72e28 commit 531b845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/md-links-periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v1

- name: Run markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@0.6.0
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: ".markdownlinkcheck.json"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/md-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v1

- name: Run markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@0.6.0
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: ".markdownlinkcheck.json"
check-modified-files-only: "yes"

0 comments on commit 531b845

Please sign in to comment.