Skip to content

chore: fix typo & add spell check #2

chore: fix typo & add spell check

chore: fix typo & add spell check #2

Workflow file for this run

name: Lint
on: pull_request
jobs:
misc:
runs-on: [self-hosted, X64]
steps:
- uses: actions/checkout@v4
- name: spell check
run: |
pip install codespell==2.3.0
# ignore test files, go project names, binary files via `--skip` and special var/regex via `--ignore-words`
git grep --cached -l '' | xargs codespell --skip 'fuzz/*,*_test.tmpl,testdata/*,*_test.go,go.mod,go.sum,*.gz' --ignore-words=.github/workflows/.ignore_words