Skip to content

Commit

Permalink
Update checks.yml to update and fix link checker CI flow
Browse files Browse the repository at this point in the history
- Updates Lychee Broken Link checker from 1.5 to 1.9
- Adds `--base` to args so root-relative paths are tested as well.
-  Adds mdx to the file types checked, critical for Nextra.
  • Loading branch information
thomivy authored Jan 18, 2024
1 parent f5fc342 commit 9bf9017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.5.4
uses: lycheeverse/lychee-action@v1.9.0
with:
args: --base, --verbose --no-progress './**/*.md' './**/*.html' './**/*.mdx'
fail: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9bf9017

Please sign in to comment.