Skip to content

Bump crate-ci/typos from 1.31.1 to 1.31.2 #184

Bump crate-ci/typos from 1.31.1 to 1.31.2

Bump crate-ci/typos from 1.31.1 to 1.31.2 #184

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@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
- name: Run codespell on Repo
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630
with:
skip: '*.js'