Skip to content

use StrictUnion instead of NonDiscriminatedUnion for better Auth options #437

use StrictUnion instead of NonDiscriminatedUnion for better Auth options

use StrictUnion instead of NonDiscriminatedUnion for better Auth options #437

Triggered via pull request January 27, 2025 02:05
Status Failure
Total duration 48s
Artifacts

validate-workflow.yml

on: pull_request
Run type checks, lint, and tests
37s
Run type checks, lint, and tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Run type checks, lint, and tests: sdks/sdk-openint/src/index.spec.ts#L190
Type 'string' is not assignable to type 'undefined'.
Run type checks, lint, and tests: sdks/sdk-openint/src/index.spec.ts#L191
Type '{ username: string; password: string; }' is not assignable to type 'undefined'.
Run type checks, lint, and tests: sdks/sdk-openint/src/index.spec.ts#L352
Type 'string' is not assignable to type 'undefined'.
Run type checks, lint, and tests: sdks/sdk-openint/src/index.spec.ts#L353
Type '{ username: string; password: string; }' is not assignable to type 'undefined'.
Run type checks, lint, and tests: sdks/sdk-openint/src/index.ts#L60
The operand of a 'delete' operator must be optional.
Run type checks, lint, and tests
Process completed with exit code 2.
Run type checks, lint, and tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636