Skip to content

Bump streetsidesoftware/cspell-action from 6.3.0 to 6.8.1 #40

Bump streetsidesoftware/cspell-action from 6.3.0 to 6.8.1

Bump streetsidesoftware/cspell-action from 6.3.0 to 6.8.1 #40

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'
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run markdown links chceks
if: ${{ !contains(github.event.pull_request.labels.*.name, 'release PR') }}
uses: lycheeverse/[email protected]
with:
fail: true
args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'"
- name: Run markdownlint
uses: streetsidesoftware/[email protected]
with:
files: '**/*.md'
- name: Run cspell
uses: DavidAnson/[email protected]