Skip to content

Bump actions/checkout from 4.1.7 to 4.2.0 (#548) #506

Bump actions/checkout from 4.1.7 to 4.2.0 (#548)

Bump actions/checkout from 4.1.7 to 4.2.0 (#548) #506

name: validate-documentation
on:
push:
branches: [ main ]
paths:
- '.github/workflows/validate-documentation.yml'
- '**.md'
- '.lycheeignore'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/validate-documentation.yml'
- '**.md'
- '.lycheeignore'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: lycheeverse/lychee-action@v1.10.0
with:
fail: true
args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'"
- uses: streetsidesoftware/cspell-action@v6.8.1
with:
files: '**/*.md'
- uses: DavidAnson/markdownlint-cli2-action@v17.0.0