fix: test #355
validate-workflow.yml
on: push
Run type checks, lint, and tests
1m 20s
Annotations
10 errors and 11 warnings
Run type checks, lint, and tests
@opensdks/fetch-links#build: command (/home/runner/work/openSDKs/openSDKs/packages/fetch-links) pnpm run build exited (1)
|
Run type checks, lint, and tests
Cannot find module '@opensdks/runtime' or its corresponding type declarations.
|
Run type checks, lint, and tests
Cannot find module '@opensdks/runtime' or its corresponding type declarations.
|
Run type checks, lint, and tests
Property 'openInt' comes from an index signature, so it must be accessed with ['openInt'].
|
Run type checks, lint, and tests
Property 'openInt' comes from an index signature, so it must be accessed with ['openInt'].
|
Run type checks, lint, and tests
Property 'oauth' comes from an index signature, so it must be accessed with ['oauth'].
|
Run type checks, lint, and tests
Property 'oauth' comes from an index signature, so it must be accessed with ['oauth'].
|
Run type checks, lint, and tests
Property 'bearer' comes from an index signature, so it must be accessed with ['bearer'].
|
Run type checks, lint, and tests
Property 'bearer' comes from an index signature, so it must be accessed with ['bearer'].
|
Run type checks, lint, and tests
Property 'basic' comes from an index signature, so it must be accessed with ['basic'].
|
Run type checks, lint, and tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run type checks, lint, and tests:
bin/syncPackages.ts#L57
Forbidden non-null assertion
|
Run type checks, lint, and tests:
bin/syncPackages.ts#L131
Forbidden non-null assertion
|
Run type checks, lint, and tests:
bin/yaml2json.js#L22
Do not access a member directly from an await expression
|
Run type checks, lint, and tests:
bin/yaml2json.js#L24
Do not access a member directly from an await expression
|
Run type checks, lint, and tests:
examples/bin/mdxToMd.ts#L30
Unsafe assignment of an `any` value
|
Run type checks, lint, and tests:
examples/example-kitchensink.ts#L48
Forbidden non-null assertion
|
Run type checks, lint, and tests:
examples/example-kitchensink.ts#L49
Forbidden non-null assertion
|
Run type checks, lint, and tests:
examples/example-kitchensink.ts#L92
Forbidden non-null assertion
|
Run type checks, lint, and tests:
examples/example-kitchensink.ts#L93
Forbidden non-null assertion
|
Run type checks, lint, and tests:
examples/example-kitchensink.ts#L104
Forbidden non-null assertion
|