1 parent 437171b commit 8fb6055Copy full SHA for 8fb6055
1 file changed
.github/workflows/lint.yml
@@ -38,8 +38,8 @@ jobs:
38
39
# 5. Biome (Lint + import 整理 + フォーマット検出)を実行
40
- name: Run Biome
41
- run: npm run lint:biome
+ run: npm run lint
42
43
# 6. TS の型チェックを実行
44
- name: Run tsc
45
- run: npm run lint:typecheck
+ run: npm run type-check
0 commit comments