Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link checker should be updated #54

Open
branic opened this issue Dec 6, 2024 · 0 comments
Open

Link checker should be updated #54

branic opened this issue Dec 6, 2024 · 0 comments

Comments

@branic
Copy link
Contributor

branic commented Dec 6, 2024

The link checker used in the pre_commit_and_sanity workflow is no longer supported (link). There is a new recommended and supported tool called Linkspector which has a GitHub Action that we should use instead.

markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.mlc_config.json'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant