lint our MRs

we still can't run the automated tests, but at least we can typecheck
and lint!
This commit is contained in:
dakkar 2024-05-02 17:05:44 +01:00
parent e0afeff248
commit 9d20fba359

View file

@ -19,6 +19,8 @@ testCommit:
- pnpm install --frozen-lockfile
- pnpm run build
- pnpm run migrate
- pnpm run --filter=backend lint
- pnpm run --filter=frontend eslint
cache:
key: test
policy: pull-push