Skip to content

meta: bump codespell-project/actions-codespell from 2.1 to 2.2 #2501

meta: bump codespell-project/actions-codespell from 2.1 to 2.2

meta: bump codespell-project/actions-codespell from 2.1 to 2.2 #2501

Workflow file for this run

# https://github.com/codespell-project/actions-codespell
name: codespell
on: [pull_request, push]
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
ignore_words_list: crate,raison
exclude_file: .gitignore
skip: package-lock.json, ./src/generators/mandoc/template.1