diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index e7139382f..4ef802ed0 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -18,10 +18,12 @@ steps: image: *node-image depends_on: install-depends commands: + - npm install --global yarn - yarn ci-biome stylelint: image: *node-image depends_on: install-depends commands: + - npm install --global yarn - yarn ci-stylelint