Skip to content

Commit

Permalink
Use lychee to check markdown links (#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Aug 30, 2023
1 parent eeea24f commit 75e6a21
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@v1
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
config-file: '.github/markdown-link-check.json'
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
args: --verbose --no-progress './**/*.md'

0 comments on commit 75e6a21

Please sign in to comment.