Skip to content

build(deps): bump alpine from 3.19 to 3.20 #43

build(deps): bump alpine from 3.19 to 3.20

build(deps): bump alpine from 3.19 to 3.20 #43

name: Check Markdown links
on:
pull_request:
branches:
- main
- release/**
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**.md
- uses: gaurav-nelson/github-action-markdown-link-check@master
with:
check-modified-files-only: "yes"
use-quiet-mode: "yes"
base-branch: "main"
config-file: "mlc_config.json"
if: env.GIT_DIFF