Added action #77
Annotations
10 errors and 2 warnings
Code Quality:
src/main.ts#L1
'debug' is defined but never used
|
Code Quality:
src/main.ts#L29
Expected the Promise rejection reason to be an Error
|
Code Quality:
src/main.ts#L37
'response' is never reassigned. Use 'const' instead
|
Code Quality:
src/main.ts#L58
Async arrow function 'buildComment' has no 'await' expression
|
Code Quality:
src/scripts/analyze.ts#L17
'_' is assigned a value but never used
|
Code Quality:
src/scripts/analyze.ts#L38
'response' is never reassigned. Use 'const' instead
|
Code Quality:
src/scripts/analyze.ts#L48
'filesChecked' is assigned a value but never used
|
Code Quality:
src/scripts/analyze.ts#L48
'filesWithProblems' is assigned a value but never used
|
Code Quality:
src/scripts/analyze.ts#L48
'errors' is assigned a value but never used
|
Code Quality:
src/scripts/analyze.ts#L48
'warnings' is assigned a value but never used
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code Quality:
src/scripts/testing.ts#L64
Expected a `for-of` loop instead of a `for` loop with this simple iteration
|
Loading