Skip to content

Fix/release

Fix/release #359

Triggered via pull request January 1, 2025 13:56
Status Success
Total duration 2m 51s
Artifacts

checks.yaml

on: pull_request
Lint, type check
2m 43s
Lint, type check
Fit to window
Zoom out
Zoom in

Annotations

51 errors and 8 warnings
Property 'toArray' does not exist on type 'ReadableStream'.: code/code-test/src/tester.ts#L115
Property 'toArray' does not exist on type 'ReadableStream'.
(@typescript-eslint/naming-convention): Variable name `tag_name` must match one of the following formats: camelCase, PascalCase, UPPER_CASE: code/code-github/src/release.ts#L30
Variable name `tag_name` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
(@typescript-eslint/naming-convention): Variable name `make_latest` must match one of the following formats: camelCase, PascalCase, UPPER_CASE: code/code-github/src/release.ts#L30
Variable name `make_latest` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
(@typescript-eslint/array-type): Array type using 'ESLint.LintResult[]' is forbidden. Use 'Array<ESLint.LintResult>' instead.: code/code-lint/src/linter.ts#L128
Array type using 'ESLint.LintResult[]' is forbidden. Use 'Array<ESLint.LintResult>' instead.
(n/no-sync): Unexpected sync method: 'readFileSync'.: code/code-lint/src/linter.ts#L143
Unexpected sync method: 'readFileSync'.
(n/no-sync): Unexpected sync method: 'readFileSync'.: code/code-pack/src/pack.ts#L74
Unexpected sync method: 'readFileSync'.
Lint, type check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636