Skip to content

Merge remote-tracking branch 'origin/main' into dependabot/npm_and_ya… #216

Merge remote-tracking branch 'origin/main' into dependabot/npm_and_ya…

Merge remote-tracking branch 'origin/main' into dependabot/npm_and_ya… #216

Workflow file for this run

name: 'Link Checker'
on: push
jobs:
check-markdown-links:
name: 'Check Markdown links'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: 'no'
config-file: '.github/check-md-links.json'