Skip to content

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

Bump crate-ci/typos from 1.31.2 to 1.34.0

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

Workflow file for this run

name: Typos
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell check with typos
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
with:
persist-credentials: false
- name: Run typos on repo
uses: crate-ci/typos@v1.34.0