Skip to content

Bump actions/checkout from 4.1.6 to 4.1.7 in the github_action-dependencies group #845

Bump actions/checkout from 4.1.6 to 4.1.7 in the github_action-dependencies group

Bump actions/checkout from 4.1.6 to 4.1.7 in the github_action-dependencies group #845

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.7
-
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