Fix lint errors
This commit is contained in:
parent
503eae6dda
commit
a3594955b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Reference in a new issue