ci: add lint
This commit is contained in:
parent
b71731a432
commit
4214202b79
2 changed files with 7 additions and 4 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -29,5 +29,8 @@ jobs:
|
|||
- name: 🧪 Test project
|
||||
run: pnpm test
|
||||
|
||||
- name: 📝 Lint
|
||||
run: pnpm lint
|
||||
|
||||
- name: 💪 Type check
|
||||
run: pnpm test:typecheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue