Update ci.yml

This commit is contained in:
Joelson
2025-11-07 12:26:55 -03:00
committed by GitHub
parent 66f8e4b185
commit 6b10b19020

View File

@@ -25,10 +25,12 @@ jobs:
run: npm ci
- name: Run ESLint
run: npx eslint "src/**/*.ts"
run: npx eslint "src/**/*.ts" --max-warnings 0
continue-on-error: true
- name: Run Prettier check
run: npx prettier --check "src/**/*.ts" "test/**/*.ts"
continue-on-error: true
build:
name: Build