ci: run lint check

This commit is contained in:
Eric Liu 2024-11-30 10:40:37 -08:00
commit 09541657ef

View file

@ -17,6 +17,9 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run lint
run: npm run lint
- name: Unit tests
run: npm run test