Skip to content

Bump markdownlint-cli2 from 0.8.1 to 0.9.2 #578

Bump markdownlint-cli2 from 0.8.1 to 0.9.2

Bump markdownlint-cli2 from 0.8.1 to 0.9.2 #578

Workflow file for this run

name: Codespell
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
spell-check:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
-
name: Checkout repository
uses: actions/checkout@v3.6.0
-
name: Spell-Checking
uses: codespell-project/actions-codespell@master
with:
ignore_words_file: .codespellignore
skip: ./docs/routers/fritzbox-de.md,./mkdocs.yml,./package.json,./package-lock.json,./.markdownlint.json,./requirements.txt