Skip to content

groq-builder: implement "conditionals" feature #495

groq-builder: implement "conditionals" feature

groq-builder: implement "conditionals" feature #495

Triggered via pull request January 17, 2024 17:06
Status Failure
Total duration 39s
Artifacts

static-analysis.yml

on: pull_request
Lint and Type-check
29s
Lint and Type-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint and Type-check
Argument of type 'string' is not assignable to parameter of type 'never'.
Lint and Type-check
Type 'string' does not satisfy the constraint 'never'.
Lint and Type-check
Type 'ExpectedType' does not satisfy the constraint 'ObjectValidationMap'.
Lint and Type-check
Type 'ExpectedType' does not satisfy the constraint 'object & { [ERROR]: "Types should be strict equal"; }'.
Lint and Type-check
Type 'ExpectedType' does not satisfy the constraint 'object & { [ERROR]: "Types should be strict equal"; }'.
Lint and Type-check
Type 'ExpectedType | null | undefined' does not satisfy the constraint 'object & { [ERROR]: "Types should be strict equal"; }'.
Lint and Type-check
Type 'ExpectedType | null | undefined' does not satisfy the constraint 'object & { [ERROR]: "Types should be strict equal"; }'.
Lint and Type-check
Unused '@ts-expect-error' directive.
Lint and Type-check
Expected 1 arguments, but got 0.
Lint and Type-check
Unused '@ts-expect-error' directive.
Lint and Type-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/