Skip to content

fix: format files

fix: format files #55

Triggered via push July 29, 2024 15:26
Status Failure
Total duration 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Test
Property 'className' is missing in type '{ children: Element[] | undefined; }' but required in type 'TagListProps'.
Test
Property 'count' does not exist on type 'number'.
Test
Property 'lastUsed' does not exist on type 'number'.
Test
Operator '>' cannot be applied to types 'Date' and 'string'.
Test
Type 'Date' is not assignable to type 'string'.
Test
Type 'Date' is not assignable to type 'string'.
Test
Operator '<' cannot be applied to types 'string' and 'Date'.
Test
Type 'JsonifyObject<Record<string, TechEntry>>' is not assignable to type 'Record<string, number> | undefined'.
Test
Process completed with exit code 2.
Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/