Skip to content

dedicated workflow for links-check #6

dedicated workflow for links-check

dedicated workflow for links-check #6

Workflow file for this run

name: detect-broken-links
on:
push:
pull_request:
permissions:
contents: read
jobs:
check-links:
name: check-links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
config-file: '.github/workflows/mlc_config.json'

Check failure on line 16 in .github/workflows/links.yml

View workflow run for this annotation

GitHub Actions / detect-broken-links

Invalid workflow file

The workflow is not valid. .github/workflows/links.yml (Line: 16, Col: 7): Unexpected value 'config-file'