CI Failure
Workflow: CI (ci.yml)
Job: Run Vitest Tests
Step: Run Vitest tests with coverage
Root Cause
The prose quality test (src/content/prose-quality.test.ts) asserts that every post has no lines with trailing whitespace. The recently-added post src/content/posts/2026-04-27-one-on-one-playbook.md fails this check.
Failing test output:
FAIL src/content/prose-quality.test.ts
> prose quality
> 2026-04-27-one-on-one-playbook.md
> does not have trailing whitespace
AssertionError: Found 1 lines with trailing whitespace:
Most 1\:1s fail in one of three ways:
Offending line (line 9) in src/content/posts/2026-04-27-one-on-one-playbook.md:
Most 1\:1s fail in one of three ways:
There is a trailing space after the colon on line 9.
Suggested Fix
Remove the trailing space on line 9 of src/content/posts/2026-04-27-one-on-one-playbook.md:
-Most 1\:1s fail in one of three ways:
+Most 1\:1s fail in one of three ways:
Generated by Ci Doctor · ◷
CI Failure
Workflow: CI (
ci.yml)Job: Run Vitest Tests
Step: Run Vitest tests with coverage
Root Cause
The prose quality test (
src/content/prose-quality.test.ts) asserts that every post has no lines with trailing whitespace. The recently-added postsrc/content/posts/2026-04-27-one-on-one-playbook.mdfails this check.Failing test output:
Offending line (line 9) in
src/content/posts/2026-04-27-one-on-one-playbook.md:Most 1\:1s fail in one of three ways:There is a trailing space after the colon on line 9.
Suggested Fix
Remove the trailing space on line 9 of
src/content/posts/2026-04-27-one-on-one-playbook.md: