Skip to content

Bump actions-cool/issues-helper from 3.6.3 to 3.7.1 #1012

Bump actions-cool/issues-helper from 3.6.3 to 3.7.1

Bump actions-cool/issues-helper from 3.6.3 to 3.7.1 #1012

name: Check Markdown links
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- 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'