diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 6a718d8b..4725a703 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -19,10 +19,10 @@ jobs: run: npm run typecheck - name: Lint with Biome - run: npm run check:code + run: npx @biomejs/biome check src/. - name: Lint styles - run: npm run lint:styles + run: npx stylelint **/*.{scss,css} - name: Test production build run: npm run build