ci: check for typos (#131)
This commit is contained in:
committed by
GitHub
parent
376c0cae31
commit
6b842004e6
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -34,5 +34,7 @@ jobs:
|
||||
run: bun install
|
||||
- name: Format
|
||||
run: bun fmt:ci
|
||||
- name: typos-action
|
||||
uses: crate-ci/typos@v1.17.2
|
||||
- name: Lint
|
||||
run: bun lint
|
||||
|
||||
Reference in New Issue
Block a user