From 9d20fba35912d0ab8d7b9f9b33fe815c11a94a2b Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 2 May 2024 17:05:44 +0100 Subject: [PATCH] lint our MRs we still can't run the automated tests, but at least we can typecheck and lint! --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be00aa7097..0dd0a64d61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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