Implement checkupload and start commands with Json api #60
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/
|