Skip to content

to tailwind (mostly) #234

to tailwind (mostly)

to tailwind (mostly) #234

Triggered via push January 14, 2024 00:20
Status Failure
Total duration 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
test: src/lib/form/generator2/components/inputs.tsx#L1
Conversion of type 'Id' to type 'number' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test: src/lib/form/generator2/components/inputs.tsx#L1
Conversion of type 'Id | undefined' to type 'string | number' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test: src/lib/form/generator2/components/inputs.tsx#L1
Conversion of type 'Id' to type 'string | number' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test
Process completed with exit code 2.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/