ci: check for typos

closes #130
pull/131/head
Muhammad Atif Ali 1 year ago committed by GitHub
parent 38a2d86376
commit 3b48d72ebb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save