Skip to content

Typos

Typos #2118

Workflow file for this run

name: Typos
on: pull_request
jobs:
run:
name: Spell check with Typos
runs-on: ubuntu-20.04
steps:
- name: Checkout Actions Repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Check spelling
uses: crate-ci/typos@1ccb2ff8ad0982a2afcc3f4f473819df0d2e819f
with:
config: tools/typos/typos.toml