Skip to content

Markdown link checker job #1

Markdown link checker job

Markdown link checker job #1

Workflow file for this run

name: markdown
on:
pull_request:
paths:
- '.github/workflows/markdown.yml'
- '.github/markdownlint-link-check.json'
- '**/*.md'
# Declare default permissions as read only.
permissions: read-all
jobs:
markdown-link-checker:
name: Check markdown links
runs-on: ubuntu-22.04
steps:
- name: Checkout devtools
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: gaurav-nelson/github-action-markdown-link-check@25b2c436c653f0d4500d3c2df86e5c14e71e44e1 # master
if: always()
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
base-branch: ${{ github.base_ref }}
config-file: '.github/markdown-link-check.json'