From 1afa07852c02cb007e5631774a3de08f070f705c Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 15 Jan 2026 19:38:00 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a320bc..8f5619b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: npm ci - name: Run ESLint - run: npm run lint + run: npm run lint -- --max-warnings 20 - name: Type check run: npm run type-check @@ -51,7 +51,7 @@ jobs: env: VITE_API_URL: /api VITE_TELEGRAM_BOT_USERNAME: test_bot - VITE_APP_NAME: Bedolaga Cabinet + VITE_APP_NAME: Cabinet VITE_APP_LOGO: V - name: Upload build artifacts