Skip to content

Merge pull request #313 from KristjanESPERANTO/fix_installer #10

Merge pull request #313 from KristjanESPERANTO/fix_installer

Merge pull request #313 from KristjanESPERANTO/fix_installer #10

Triggered via push December 14, 2024 19:06
Status Success
Total duration 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
run-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run-lint: API/api.js#L10
'fs' is assigned a value but never used
run-lint: API/api.js#L11
'os' is assigned a value but never used
run-lint: API/api.js#L23
Unexpected constant truthiness on the left-hand side of a `&&` expression
run-lint: API/api.js#L51
Unnecessary escape character: \=
run-lint: API/api.js#L51
Unnecessary escape character: \=
run-lint: API/api.js#L51
Unnecessary escape character: \=
run-lint: API/api.js#L52
'm' is defined but never used
run-lint: API/api.js#L75
'Module' is not defined
run-lint: API/api.js#L105
Method 'createApiRoutes' has too many lines (204). Maximum allowed is 200
run-lint: API/api.js#L106
Unexpected var, use let or const instead