Skip to content

[ci-failure] Trailing whitespace in 2026-04-27-one-on-one-playbook.md breaks Vitest prose quality test #1844

@github-actions

Description

@github-actions

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 ·

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions