Skip to content

fix: various logo related cleanups #64

fix: various logo related cleanups

fix: various logo related cleanups #64

Triggered via push July 30, 2024 11:14
Status Failure
Total duration 51s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Test
Argument of type '{ title: string; role: string; customer: { name: string; location: string; logo: string; }; contractor: string; period: { start: string; end: string; }; links: string[]; description: string[]; technologies: string[]; additionalPeriod?: undefined; } | ... 9 more ... | { ...; }' is not assignable to parameter of type 'ProjectType'.
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/