groq-builder: implement "conditionals" feature #494
static-analysis.yml
on: pull_request
Lint and Type-check
28s
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/
|