Skip to content

Implement checkupload and start commands with Json api #60

Implement checkupload and start commands with Json api

Implement checkupload and start commands with Json api #60

Triggered via pull request October 4, 2024 13:47
Status Failure
Total duration 40s
Artifacts

testing.yml

on: pull_request
build-and-test
28s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
build-and-test: src/Command.ts#L220
Operator '<=' cannot be applied to types 'string' and 'number'.
build-and-test: src/Command.ts#L250
Operator '>' cannot be applied to types 'string' and 'number'.
build-and-test: src/Command.ts#L301
Type 'number' is not assignable to type 'string'.
build-and-test: src/Command.ts#L350
Type 'number' is not assignable to type 'string'.
build-and-test: src/JsonRequest.ts#L355
Argument of type '{ Upload: { project_id: number; version: string; version_hash: string; license: string; project_name: string; url: string; owner_name: string; owner_mail: string; parser_version: number; prev_version: { ...; }; method_data: MethodData[]; }; }' is not assignable to parameter of type 'Content'.
build-and-test
Process completed with exit code 2.
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/