seriously...
This commit is contained in:
parent
15b911b7b3
commit
a417ea0f2c
1 changed files with 2 additions and 0 deletions
|
|
@ -18,10 +18,12 @@ steps:
|
||||||
image: *node-image
|
image: *node-image
|
||||||
depends_on: install-depends
|
depends_on: install-depends
|
||||||
commands:
|
commands:
|
||||||
|
- npm install --global yarn
|
||||||
- yarn ci-biome
|
- yarn ci-biome
|
||||||
|
|
||||||
stylelint:
|
stylelint:
|
||||||
image: *node-image
|
image: *node-image
|
||||||
depends_on: install-depends
|
depends_on: install-depends
|
||||||
commands:
|
commands:
|
||||||
|
- npm install --global yarn
|
||||||
- yarn ci-stylelint
|
- yarn ci-stylelint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue