Skip to content

extract explanation for generating completions into new file #6

extract explanation for generating completions into new file

extract explanation for generating completions into new file #6

name: Check Markdown links
on:
push:
branches: [main]
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@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"