Skip to content

Bump lycheeverse/lychee-action from 2.0.2 to 2.1.0 (#568) #526

Bump lycheeverse/lychee-action from 2.0.2 to 2.1.0 (#568)

Bump lycheeverse/lychee-action from 2.0.2 to 2.1.0 (#568) #526

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.2
- uses: lycheeverse/lychee-action@v2.1.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