Skip to content

Bump actions-cool/issues-helper from 3.6.0 to 3.6.2 #958

Bump actions-cool/issues-helper from 3.6.0 to 3.6.2

Bump actions-cool/issues-helper from 3.6.0 to 3.6.2 #958

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'