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
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