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
|
@ -19,6 +19,8 @@ testCommit:
|
||||||
- pnpm install --frozen-lockfile
|
- pnpm install --frozen-lockfile
|
||||||
- pnpm run build
|
- pnpm run build
|
||||||
- pnpm run migrate
|
- pnpm run migrate
|
||||||
|
- pnpm run --filter=backend lint
|
||||||
|
- pnpm run --filter=frontend eslint
|
||||||
cache:
|
cache:
|
||||||
key: test
|
key: test
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
|
Loading…
Reference in New Issue