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