Skip to content

Fix typos found by crate-ci/typos #1

Fix typos found by crate-ci/typos

Fix typos found by crate-ci/typos #1

Workflow file for this run

name: Typos
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typos:
name: Check for typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.22.0