Rerun prettier

This commit is contained in:
Sonny Bakker 2022-05-15 19:19:11 +02:00
parent d9eeeb3684
commit e205c6c0cf
7 changed files with 51 additions and 16 deletions

View file

@ -12,7 +12,7 @@ lint:
stage: lint
image: node:12
before_script:
- npm install prettier --no-save
- npm install
script:
- npx prettier '**/*.yml' --check