Skip to content

Separate API calls from install logic #49

Separate API calls from install logic

Separate API calls from install logic #49

Triggered via pull request December 23, 2023 20:16
Status Failure
Total duration 26s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: src/NextflowRelease.ts#L4
Filename 'NextflowRelease.ts' does not match the naming convention
test: src/NextflowRelease.ts#L16
Missing return type on function
test: src/OctokitWrapper.ts#L1
Run autofix to sort these imports!
test: src/OctokitWrapper.ts#L1
Filename 'OctokitWrapper.ts' does not match the naming convention
test: src/OctokitWrapper.ts#L27
Array type using 'Array<NextflowRelease>' is forbidden. Use 'NextflowRelease[]' instead
test: src/OctokitWrapper.ts#L29
Unexpected var, use let or const instead
test: src/OctokitWrapper.ts#L30
Prefer for...of instead of Array.forEach
test: src/functions.ts#L9
'NextflowRelease' is already declared in the upper scope on line 7 column 10
test: src/functions.ts#L39
Array type using 'Array<NextflowRelease>' is forbidden. Use 'NextflowRelease[]' instead
test: src/main.ts#L1
Run autofix to sort these imports!
test: test/functions.ts#L113
`test.todo()` should not be used