Skip to content

Commit 8fb6055

Browse files
committed
fix: GitHub ActionsのLintワークフローを現在のスクリプト名に修正
1 parent 437171b commit 8fb6055

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
# 5. Biome (Lint + import 整理 + フォーマット検出)を実行
4040
- name: Run Biome
41-
run: npm run lint:biome
41+
run: npm run lint
4242

4343
# 6. TS の型チェックを実行
4444
- name: Run tsc
45-
run: npm run lint:typecheck
45+
run: npm run type-check

0 commit comments

Comments
 (0)