ci: add lint

This commit is contained in:
三咲智子 2022-12-05 13:04:18 +08:00
parent b71731a432
commit 4214202b79
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 7 additions and 4 deletions

View file

@ -29,5 +29,8 @@ jobs:
- name: 🧪 Test project
run: pnpm test
- name: 📝 Lint
run: pnpm lint
- name: 💪 Type check
run: pnpm test:typecheck