Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 (#3024) #1802

Bump actions/checkout from 4.1.4 to 4.1.5 (#3024)

Bump actions/checkout from 4.1.4 to 4.1.5 (#3024) #1802

Workflow file for this run

name: Codespell
on:
push:
branches:
- '**'
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.5
-
name: Spell-Checking
uses: codespell-project/actions-codespell@master
with:
ignore_words_file: .codespellignore
skip: ./scripts/vendor,./style/vendor,./package.json,./package-lock.json