Skip to content

Link checker should be updated #54

@branic

Description

@branic

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions