Skip to content

LTS: rolling patch release 1.9.5 #2159

LTS: rolling patch release 1.9.5

LTS: rolling patch release 1.9.5 #2159

Workflow file for this run

name: Check Markdown links
# https://github.com/gaurav-nelson/github-action-markdown-link-check
on:
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
types: [opened, reopened, ready_for_review, synchronize]
paths:
- ".github/workflows/md-check-links.yml"
- "**/*.md"
jobs:
markdown-link-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/workflows/markdown.links.config.json'