Skip to content

Bump streetsidesoftware/cspell-action from 6.7.1 to 6.8.1 (#536) #502

Bump streetsidesoftware/cspell-action from 6.7.1 to 6.8.1 (#536)

Bump streetsidesoftware/cspell-action from 6.7.1 to 6.8.1 (#536) #502

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.1.7
- 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@v16.0.0