Skip to content

build(deps): bump coverage from 7.8.0 to 7.8.2 in /requirements (#20858) #4922

build(deps): bump coverage from 7.8.0 to 7.8.2 in /requirements (#20858)

build(deps): bump coverage from 7.8.0 to 7.8.2 in /requirements (#20858) #4922

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/ci-check-md-links.yml"
- ".github/workflows/markdown.links.config.json"
- "**/*.md"
jobs:
check-md-links:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
config-file: ".github/markdown-links-config.json"
base-branch: "master"