diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 592b06a..cfba9be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -207,5 +207,5 @@ jobs: - name: Run check run: | - bunx tsc - bunx type-coverage + tsc_output=$(bunx tsc; bunx type-coverage) + printf "%s" "$tsc_output" | bunx tsc-output-format --formatOnly --formatOutput gha diff --git a/bun.lockb b/bun.lockb index 1c38796..f82cbfb 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fdd1526..e5e2d4c 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,7 @@ "publint": "0.3.18", "semantic-release": "25.0.3", "tsc-alias": "1.8.16", + "tsc-output-format": "1.2.0", "type-coverage": "2.29.7", "typescript": "6.0.3" },