From f191aeaaeef561ca178aa1c7e1c684f2ab65c3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 2 Mar 2024 16:52:02 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cae2d0..fe8da98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,8 +26,8 @@ jobs: name: Install dependencies run: npm ci - - name: Run linter - run: npm run sass:lint + name: For issue 16 + run: npm run prod - name: Check EditorConfig configuration run: test -f .editorconfig