Skip to content

Bump crate-ci/typos from 1.31.2 to 1.34.0 #188

Bump crate-ci/typos from 1.31.2 to 1.34.0

Bump crate-ci/typos from 1.31.2 to 1.34.0 #188

Workflow file for this run

name: Codespell
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
env:
CLICOLOR: 1
permissions: {}
jobs:
codespell:
name: Spell check with codespell
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
with:
persist-credentials: false
- name: Run codespell on Repo
uses: codespell-project/actions-codespell@v2.1
with:
skip: '*.js'