Skip to content

Typos

Typos #2885

Workflow file for this run

name: Typos
on: pull_request
permissions:
contents: read
jobs:
run:
name: Spell check with Typos
runs-on: ubuntu-20.04
steps:
- name: Checkout Actions Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Check spelling
uses: crate-ci/typos@c004e98018d8621614d1ca516eed8ca2d04b365a
with:
config: tools/typos/typos.toml