From 7d0a85a3e4b3efb97d4e02874dc27688f5c02f9c Mon Sep 17 00:00:00 2001 From: James Kirk <james.kirk@noc.ac.uk> Date: Fri, 24 Mar 2023 11:37:17 +0000 Subject: [PATCH] refactor: enabling ci linting --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2866ed..ff46996 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,5 +6,4 @@ include: variables: CI_SKIP_DOCKER_TAG: 1 CI_SKIP_BUILD: 1 - CI_SKIP_LINT: 1 - # LINTER_IMAGE: node:18 + LINTER_IMAGE: node:18 \ No newline at end of file -- GitLab