From 3b04233de53a215e1a97305328242c701b0d4c25 Mon Sep 17 00:00:00 2001 From: pavel Date: Sat, 20 Dec 2025 14:42:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=B2?= =?UTF-8?q?=D0=BE=D1=80=D0=BA=D1=84=D0=BB=D0=BE=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7f760d5..279fa09 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,7 +29,7 @@ jobs: run: npm run build if: always() - name: linting typescript - run: npm run types-check + run: npm run type-check if: always() - name: linting css run: npm run stylelint \ No newline at end of file