Skip to content

feat!: rebuilt project in TS with API validation with Zod #11

feat!: rebuilt project in TS with API validation with Zod

feat!: rebuilt project in TS with API validation with Zod #11

Triggered via pull request February 21, 2025 05:57
@lpatinylpatiny
synchronize #10
update
Status Failure
Total duration 45s
Artifacts

nodejs.yml

on: pull_request
nodejs  /  prepare
5s
nodejs / prepare
nodejs  /  lint-eslint
24s
nodejs / lint-eslint
nodejs  /  lint-prettier
20s
nodejs / lint-prettier
nodejs  /  lint-check-types
22s
nodejs / lint-check-types
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
nodejs / lint-prettier
Process completed with exit code 1.
nodejs / lint-check-types: src/Zenodo.ts#L35
'depositions' is of type 'unknown'.
nodejs / lint-check-types: src/Zenodo.ts#L35
Parameter 'deposition' implicitly has an 'any' type.
nodejs / lint-check-types: src/Zenodo.ts#L45
Argument of type 'unknown' is not assignable to parameter of type 'Deposition'.
nodejs / lint-check-types: src/Zenodo.ts#L54
'depositions' is of type 'unknown'.
nodejs / lint-check-types: src/Zenodo.ts#L54
Parameter 'deposition' implicitly has an 'any' type.
nodejs / lint-check-types: src/depositions/Deposition.ts#L87
Argument of type 'unknown' is not assignable to parameter of type 'Deposition'.
nodejs / lint-check-types
Process completed with exit code 2.
src/__tests__/Zenodo.test.ts > authenticate: src/__tests__/Zenodo.test.ts#L45
ReferenceError: File is not defined ❯ src/__tests__/Zenodo.test.ts:45:25
nodejs / test (18)
Process completed with exit code 1.
nodejs / lint-eslint: src/__tests__/getConfig.ts#L5
Missing JSDoc comment
nodejs / lint-eslint: src/depositions/Deposition.ts#L62
Unexpected any. Specify a different type
nodejs / lint-eslint: src/fetchZenodo.ts#L13
Missing JSDoc comment