You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terminal summary: Found 24 errors. Found 4 warnings.
Representative diagnostics include import ordering, formatting, unused imports/variables, non-null assertions, and template-literal style issues in source/test files such as src/cli.ts, src/commands/add.ts, src/commands/pr.ts, src/commands/publish.ts, src/core/bumpfile.ts, and tests/release.test.ts.
Scope
This is not caused by the new PROJECT.md, .doctrine/project.json, or AGENTS.md files. Do not bypass branch protection. Fix the existing Biome diagnostics or intentionally adjust the lint policy so documentation-only PRs can pass through normal CI.
Problem
Documentation-only project manifest PR #70 is blocked by the existing CI lint gate.
Failed run evidence:
test, stepLintbun run lint->biome check .Found 24 errors. Found 4 warnings.Representative diagnostics include import ordering, formatting, unused imports/variables, non-null assertions, and template-literal style issues in source/test files such as
src/cli.ts,src/commands/add.ts,src/commands/pr.ts,src/commands/publish.ts,src/core/bumpfile.ts, andtests/release.test.ts.Scope
This is not caused by the new
PROJECT.md,.doctrine/project.json, orAGENTS.mdfiles. Do not bypass branch protection. Fix the existing Biome diagnostics or intentionally adjust the lint policy so documentation-only PRs can pass through normal CI.Acceptance
bun run lintpasses on the default branch.testjob passes.