Skip to content

Update actions/checkout action to v4 #19

Update actions/checkout action to v4

Update actions/checkout action to v4 #19

Workflow file for this run

---
name: Codespell - Spellcheck
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
jobs:
codespell:
uses: "dev-sec/.github/.github/workflows/codespell.yml@main"
with:
ignore_words_list: "commitish"