Skip to content

feat: fix typos and add typos to CI #2

feat: fix typos and add typos to CI

feat: fix typos and add typos to CI #2

Workflow file for this run

name: Spell Check
on: ["push", "pull_request"]
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master