Explicitly set GH_TOKEN permissions #1365
Annotations
9 warnings
Run tests:
src/action.ts#L46
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Run tests:
src/balena-utils.ts#L121
Template literal expression is unnecessary and can be simplified
|
Run tests:
src/balena-utils.ts#L161
Expected the Promise rejection reason to be an Error
|
Run tests:
src/balena-utils.ts#L161
Returning a void expression from a function is forbidden. Please move it before the `return` statement
|
Run tests:
src/balena-utils.ts#L167
Expected the Promise rejection reason to be an Error
|
Run tests:
src/balena-utils.ts#L212
This assertion is unnecessary since it does not change the type of the expression
|
Run tests:
tests/src/balena-utils.spec.ts#L88
Async method 'getAllByApplication' has no 'await' expression
|
Run tests:
tests/src/git.spec.ts#L27
Async arrow function has no 'await' expression
|
Run tests:
tests/src/git.spec.ts#L43
Async arrow function has no 'await' expression
|
Loading