Skip to content

Update range list to add libpng (And mention libxml) #222

Update range list to add libpng (And mention libxml)

Update range list to add libpng (And mention libxml) #222

Workflow file for this run

name: "[linter] Markdown links"
on:
pull_request:
paths:
- '**.md'
jobs:
markdown-link-check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/mlc_config.json
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'