Skip to content

Test

Test #284

Triggered via schedule August 19, 2026 22:03
Status Success
Total duration 4m 51s
Artifacts

test.yml

on: schedule
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
typescript-eslint(await-thenable): test/util.ts#L205
Unexpected `for await...of` of a value that is not async iterable.
typescript-eslint(await-thenable): test/util.ts#L76
Unexpected `for await...of` of a value that is not async iterable.
typescript-eslint(await-thenable): test/util.ts#L51
Unexpected `for await...of` of a value that is not async iterable.
typescript-eslint(await-thenable): src/index.ts#L387
Unexpected `await` of a non-Promise (non-"Thenable") value.
eslint(no-useless-catch): src/index.ts#L473
Unnecessary catch clause
eslint(no-unused-vars): src/index.ts#L441
Variable 'arm64Integrity' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): src/index.ts#L438
Variable 'x64Integrity' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): test/util.ts#L107
Variable 'otherData' is declared but never used. Unused variables should start with a '_'.
eslint(require-yield): src/file-utils.ts#L194
This generator function does not have `yield`