Skip to content

docs: fix typo in excluding_files.md (#104) #372

docs: fix typo in excluding_files.md (#104)

docs: fix typo in excluding_files.md (#104) #372

name: Check Markdown links
on:
push:
branches: [main]
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-verbose-mode: "yes"
use-quiet-mode: "yes"
config-file: ".github/workflows/url-check-config.json"
check-modified-files-only: "yes"
base-branch: "main"