Skip to content

chore: add typos

chore: add typos #1

Workflow file for this run

name: Linting
on:
push:
branches:
pull_request:
branches:
jobs:
build:
name: Lints
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master