Skip to content

fix(save): throw validation error if required key is missing #35

fix(save): throw validation error if required key is missing

fix(save): throw validation error if required key is missing #35

Triggered via pull request January 31, 2024 14:23
Status Failure
Total duration 1m 10s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 24 warnings
build
Process completed with exit code 2.
test
Process completed with exit code 1.
setup
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: src/decorators.ts#L10
Unexpected any. Specify a different type
lint: src/decorators.ts#L21
Unexpected any. Specify a different type
lint: src/decorators.ts#L32
Unexpected any. Specify a different type
lint: src/decorators.ts#L48
Unexpected any. Specify a different type
lint: src/decorators.ts#L64
Unexpected any. Specify a different type
lint: src/decorators.ts#L66
Unexpected any. Specify a different type
lint: src/decorators.ts#L69
Unexpected any. Specify a different type
lint: test/batch-write.spec.ts#L105
'hashkey' is assigned a value but never used
lint: test/batch-write.spec.ts#L118
'rangekey' is assigned a value but never used
lint: test/query.spec.ts#L776
Forbidden non-null assertion
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3.1.0, actions/setup-node@v3.5.1, rrainn/dynamodb-action@v3.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test: src/decorators.ts#L10
Unexpected any. Specify a different type
test: src/decorators.ts#L21
Unexpected any. Specify a different type
test: src/decorators.ts#L32
Unexpected any. Specify a different type
test: src/decorators.ts#L48
Unexpected any. Specify a different type
test: src/decorators.ts#L64
Unexpected any. Specify a different type
test: src/decorators.ts#L66
Unexpected any. Specify a different type
test: src/decorators.ts#L69
Unexpected any. Specify a different type
test: test/batch-write.spec.ts#L105
'hashkey' is assigned a value but never used
test: test/batch-write.spec.ts#L118
'rangekey' is assigned a value but never used
test: test/query.spec.ts#L776
Forbidden non-null assertion