add linter to CI

This commit is contained in:
Hayden 2022-09-09 14:20:31 -08:00
parent 24f01fb58f
commit beefb88367

View file

@ -32,5 +32,9 @@ jobs:
run: pnpm install
working-directory: frontend
- name: Run linter 👀
run: pnpm lint
working-directory: "frontend"
- name: Run Integration Tests
run: task test:ci