Skip to content

chore: initial QA

chore: initial QA #17

Triggered via pull request March 10, 2024 13:15
@jkowalleckjkowalleck
synchronize #16
initial-qa
Status Failure
Total duration 28s
Artifacts

test.yml

on: pull_request
Matrix: test-node
Matrix: dogfooding
Publish test coverage
0s
Publish test coverage
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 2 warnings
build
Process completed with exit code 1.
test standard
Process completed with exit code 1.
test standard
Artifact name: , is incorrectly provided
test standard: sources/index.ts#L64
Expected '===' and instead saw '=='. (eqeqeq)
test standard: sources/index.ts#L81
Missing return type on function. (@typescript-eslint/explicit-function-return-type)
test standard: sources/index.ts#L132
Unexpected any value in conditional. An explicit comparison or type cast is required. (@typescript-eslint/strict-boolean-expressions)
test standard: sources/index.ts#L153
Unexpected string value in conditional. An explicit empty string check is required. (@typescript-eslint/strict-boolean-expressions)
test standard: sources/index.ts#L156
Unsafe argument of type `any` assigned to a parameter of type `ComponentType`. (@typescript-eslint/no-unsafe-argument)
test standard: sources/sbom.ts#L53
Expected Symbol to have a description. (symbol-description)
test standard: sources/sbom.ts#L70
Missing return type on function. (@typescript-eslint/explicit-function-return-type)
test standard: sources/sbom.ts#L107
Forbidden non-null assertion. (@typescript-eslint/no-non-null-assertion)
test standard: sources/sbom.ts#L110
Forbidden non-null assertion. (@typescript-eslint/no-non-null-assertion)
test standard: sources/sbom.ts#L128
Missing return type on function. (@typescript-eslint/explicit-function-return-type)
test standard
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Juuxel/publish-checkstyle-report@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test standard: .eslintrc.js#L21
Syntax error in type: import('eslint').Linter.Config (jsdoc/valid-types)