Skip to content

feat: add CLI entry points for doc-engine and repository-lint #442

feat: add CLI entry points for doc-engine and repository-lint

feat: add CLI entry points for doc-engine and repository-lint #442

Triggered via push April 8, 2026 04:00
Status Failure
Total duration 23s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
test
Process completed with exit code 1.
test
@repo/ops-harbor-core#test: command (/home/runner/work/claude-code-plugin/claude-code-plugin/packages/ops-harbor-core) /home/runner/.bun/bin/bun run test --coverage exited (1)
eslint(no-shadow): skills/standards-audit/scripts/checks/scripts/index.test.ts#L64
'f' is already declared in the upper scope.
eslint(no-shadow): skills/standards-audit/scripts/checks/scripts/index.test.ts#L47
'f' is already declared in the upper scope.
eslint-plugin-unicorn(consistent-function-scoping): skills/standards-audit/scripts/checks/scripts/index.ts#L13
Function `warning` does not capture any variables from its parent scope
eslint-plugin-unicorn(consistent-function-scoping): skills/standards-audit/scripts/checks/scripts/index.ts#L13
Function `violation` does not capture any variables from its parent scope
eslint(no-await-in-loop): skills/standards-audit/scripts/core/runner.ts#L17
Unexpected `await` inside a loop.
eslint-plugin-unicorn(prefer-array-find): skills/standards-audit/scripts/checks/code-patterns/index.test.ts#L172
Prefer `find` over filtering and accessing the first result.
eslint-plugin-unicorn(prefer-array-find): skills/standards-audit/scripts/checks/code-patterns/index.test.ts#L94
Prefer `find` over filtering and accessing the first result.
eslint(no-await-in-loop): src/lib/github.ts#L108
Unexpected `await` inside a loop.
eslint(no-await-in-loop): src/github.ts#L406
Unexpected `await` inside a loop.
eslint(no-await-in-loop): src/github.ts#L389
Unexpected `await` inside a loop.