fix scoping issue #6
Annotations
10 errors and 2 warnings
build:
src/docker.js#L65
Strings must use singlequote
|
build:
src/github.js#L18
Expected blank line between class members
|
build:
src/github.js#L313
Expected blank line between class members
|
build:
src/github.js#L359
'packageSet' is never reassigned. Use 'const' instead
|
build:
src/github.js#L359
'packageSet' is assigned a value but never used
|
build:
src/github.js#L448
This line has a length of 103. Maximum allowed is 100
|
build:
src/github.js#L478
Closing curly brace does not appear on the same line as the subsequent block
|
build:
src/github.js#L499
A space is required before '}'
|
build:
src/github.js#L506
Missing whitespace after semicolon
|
build:
src/github.js#L506
Unnecessary semicolon
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|