-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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' |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels