From f3681a2b1b05ecb8580296334ca25c6331c330ee Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 25 Jun 2024 14:31:05 +0300 Subject: [PATCH] ci-lint-fix --- .github/workflows/node-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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