Skip to content

Merge pull request #426 from Shopify/dependabot/github_actions/shivam… #965

Merge pull request #426 from Shopify/dependabot/github_actions/shivam…

Merge pull request #426 from Shopify/dependabot/github_actions/shivam… #965

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'