From 0ca72ee95c8fca92e59fefe45f9a37113bd9a4c1 Mon Sep 17 00:00:00 2001 From: Andreas <andreksv@ntnu.no> Date: Fri, 26 Apr 2024 13:43:30 +0200 Subject: [PATCH] feat/Job for checking lint --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df8cbc2..4daf075 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ vitest_unit-tests: - node_modules/ policy: pull -eslint_lint: +eslint_check-lint: stage: test script: - npm run lint -- GitLab