Skip to content

ci: use tcort/github-action-markdown-link-check #139

ci: use tcort/github-action-markdown-link-check

ci: use tcort/github-action-markdown-link-check #139

name: Check Markdown links
on:
pull_request:
paths:
- "**/*.md"
- "markdown_link_check_config.json"
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: tcort/github-action-markdown-link-check@f3d33029dca1c4a24b87e2df648f9f4604ef6533 # v1.1.1
with:
use-verbose-mode: 'yes'
config-file: 'markdown_link_check_config.json'