mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-06-29 01:45:54 +08:00
fix: CI 修复 tsc 项目引用 + ESLint 限制扫描范围 + 新增 .eslintignore
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -25,10 +25,10 @@ jobs:
|
||||
- run: npm ci
|
||||
|
||||
- name: TypeScript 类型检查
|
||||
run: npx tsc --noEmit
|
||||
run: npx tsc -b --noEmit
|
||||
|
||||
- name: ESLint
|
||||
run: npm run lint
|
||||
run: npx eslint src/ tests/
|
||||
|
||||
- name: Vitest 测试
|
||||
run: npm test
|
||||
|
||||
Reference in New Issue
Block a user