Skip to content

Bump cspell-cli from 7.0.1 to 7.2.0 (#305) #291

Bump cspell-cli from 7.0.1 to 7.2.0 (#305)

Bump cspell-cli from 7.0.1 to 7.2.0 (#305) #291

name: validate-documentation
on:
push:
branches: [ main ]
paths:
- '.github/workflows/validate-documentation.yml'
- '**.md'
- 'package-lock.json'
- 'package.json'
- '.lycheeignore'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/validate-documentation.yml'
- '**.md'
- 'package-lock.json'
- 'package.json'
- '.lycheeignore'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: lycheeverse/lychee-action@v1.8.0
with:
fail: true
args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'"
- run: npm install
- run: npm run markdownlint && npm run cspell