Skip to content

Bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 17.0.0 #211

Bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 17.0.0

Bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 17.0.0 #211

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
workflow_dispatch:
jobs:
validate-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Markdown Lint check
uses: DavidAnson/[email protected]
with:
globs: '**/*.md'
- name: lychee Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: -v -n "*.md" "**/*.md"
fail: true
if: ${{ !contains(github.event.pull_request.labels.*.name, 'release PR') }}