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
|
||||
|
||||
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
|
||||
|
|
|
|||
Reference in a new issue