ci: check for typos (#131)

This commit is contained in:
Muhammad Atif Ali
2024-01-27 16:50:47 +03:00
committed by GitHub
parent 376c0cae31
commit 6b842004e6
6 changed files with 11 additions and 9 deletions

View File

@@ -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