From a3594955b2a9db4cb9e4ba79244e0077ce5c6b8f Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 28 Jan 2021 21:28:06 +0100 Subject: [PATCH] Fix lint errors --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37e2ba3..a33f2a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - test cache: - key: "$CI_COMMIT_REF_SLUG" + key: $CI_COMMIT_REF_SLUG paths: - .cache/pip - node_modules/ @@ -14,7 +14,7 @@ lint: before_script: - npm install prettier --no-save script: - - npx prettier "**/*.yml" --check + - npx prettier '**/*.yml' --check syntax-test: stage: test