Skip to content

feat: run typos in CI #1

feat: run typos in CI

feat: run typos in CI #1

Workflow file for this run

name: Typos
on:
pull_request:
paths:
- "**/*.md"
- "**/*.yml"
- "**/*.swift"
- ".github/workflows/validate-typos.yml"
jobs:
typos:
name: Check for language typos
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
# No major tag unfortunately
# https://github.com/crate-ci/typos/issues/857
- uses: crate-ci/[email protected]