Rerun prettier & fix fluff up
This commit is contained in:
parent
cb3149926c
commit
f4264162c9
9 changed files with 42 additions and 43 deletions
|
|
@ -12,7 +12,7 @@ lint:
|
|||
stage: lint
|
||||
image: node:12
|
||||
before_script:
|
||||
- npm install
|
||||
- npm install prettier --no-save
|
||||
script:
|
||||
- npx prettier "**/*.yml" --check
|
||||
|
||||
|
|
|
|||
Reference in a new issue