Skip to content

Merge branch 'main' into dependabot/github_actions/JasonEtco/create-a… #944

Merge branch 'main' into dependabot/github_actions/JasonEtco/create-a…

Merge branch 'main' into dependabot/github_actions/JasonEtco/create-a… #944

name: Check Markdown links
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
folder-path: 'docs/'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown_link_checker_config.json'
file-path: './README.md'