Add lint to workflow

This commit is contained in:
Louis Lam 2023-11-18 13:18:18 +08:00
parent 2edbb22dbc
commit 285487fb48

View file

@ -48,5 +48,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm run lint
# more things can be add later like tests etc..