Skip to content

Bump mkdocs-material from 9.5.25 to 9.5.26 in the pip-dependencies group #825

Bump mkdocs-material from 9.5.25 to 9.5.26 in the pip-dependencies group

Bump mkdocs-material from 9.5.25 to 9.5.26 in the pip-dependencies group #825

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@v4.1.6
-
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