Fix lint errors

This commit is contained in:
Sonny Bakker 2021-01-28 21:28:06 +01:00
parent 503eae6dda
commit a3594955b2

View file

@ -3,7 +3,7 @@ stages:
- test - test
cache: cache:
key: "$CI_COMMIT_REF_SLUG" key: $CI_COMMIT_REF_SLUG
paths: paths:
- .cache/pip - .cache/pip
- node_modules/ - node_modules/
@ -14,7 +14,7 @@ lint:
before_script: before_script:
- npm install prettier --no-save - npm install prettier --no-save
script: script:
- npx prettier "**/*.yml" --check - npx prettier '**/*.yml' --check
syntax-test: syntax-test:
stage: test stage: test