mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Fix remaining tslint errors (YAY).
- Also updated ci.yml to ensure that linting failures will break the build. Fully fixes https://b.corp.google.com/issues/411384603
This commit is contained in:
parent
2a850ed051
commit
40e11e053c
21 changed files with 53 additions and 96 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -44,12 +44,11 @@ jobs:
|
|||
# 5. Linting
|
||||
- name: Run linter
|
||||
run: npm run lint
|
||||
continue-on-error: true # TODO: Remove this when we have fixed lint errors
|
||||
|
||||
# 6. Type Checking
|
||||
- name: Run type check
|
||||
run: npm run typecheck # Or: tsc --noEmit
|
||||
continue-on-error: true # TODO: Remove this when we have fixed type errors
|
||||
continue-on-error: true
|
||||
|
||||
# 7. Build
|
||||
# Optional if your tests run directly on TS files (e.g., using ts-jest, ts-node)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue