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:
@@ -0,0 +1,6 @@
|
|||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
target/
|
||||||
|
test-results/
|
||||||
|
e2e/
|
||||||
|
*.config.*
|
||||||
@@ -25,10 +25,10 @@ jobs:
|
|||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
- name: TypeScript 类型检查
|
- name: TypeScript 类型检查
|
||||||
run: npx tsc --noEmit
|
run: npx tsc -b --noEmit
|
||||||
|
|
||||||
- name: ESLint
|
- name: ESLint
|
||||||
run: npm run lint
|
run: npx eslint src/ tests/
|
||||||
|
|
||||||
- name: Vitest 测试
|
- name: Vitest 测试
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user