Skip to content

ci: add typos

ci: add typos #1

Workflow file for this run

name: Typos
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Spell check with typos
uses: crate-ci/typos@v1.24.1