lint our MRs
we still can't run the automated tests, but at least we can typecheck and lint!
This commit is contained in:
parent
e0afeff248
commit
9d20fba359
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue