Skip to content

feat: expand API resource coverage and harden test suite #86

feat: expand API resource coverage and harden test suite

feat: expand API resource coverage and harden test suite #86

Triggered via pull request July 24, 2026 17:20
Status Success
Total duration 46s
Artifacts

build-test.yaml

on: pull_request
build-lint
41s
build-lint
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
typescript-eslint(no-explicit-any): src/api/Projects.ts#L98
Unexpected `any`. Specify a different type.
typescript-eslint(no-explicit-any): src/api/Projects.ts#L97
Unexpected `any`. Specify a different type.
typescript-eslint(no-explicit-any): src/models/WorkItemProperty.ts#L138
Unexpected `any`. Specify a different type.
typescript-eslint(no-explicit-any): src/models/WorkItemProperty.ts#L129
Unexpected `any`. Specify a different type.
typescript-eslint(no-explicit-any): src/models/WorkItemProperty.ts#L44
Unexpected `any`. Specify a different type.
typescript-eslint(no-explicit-any): src/models/WorkItemProperty.ts#L22
Unexpected `any`. Specify a different type.
typescript-eslint(no-explicit-any): src/models/WorkItemProperty.ts#L19
Unexpected `any`. Specify a different type.
typescript-eslint(no-explicit-any): src/models/Intake.ts#L17
Unexpected `any`. Specify a different type.
eslint(no-console): tests/unit/sticky.test.ts#L23
Unexpected console statement.
typescript-eslint(no-explicit-any): src/api/Intake.ts#L30
Unexpected `any`. Specify a different type.