Update ci.yml

This commit is contained in:
Egor
2026-01-15 19:41:34 +03:00
committed by GitHub
parent 24198f861d
commit e156a3423c

View File

@@ -24,7 +24,7 @@ jobs:
run: npm ci run: npm ci
- name: Run ESLint - name: Run ESLint
run: npm run lint -- --max-warnings 20 run: npm run lint -- --max-warnings 50
- name: Type check - name: Type check
run: npm run type-check run: npm run type-check