Skip to content

feat: update to @rowanmanning/feed-parser with legacy mode #279

feat: update to @rowanmanning/feed-parser with legacy mode

feat: update to @rowanmanning/feed-parser with legacy mode #279

Triggered via pull request June 21, 2025 09:48
Status Failure
Total duration 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test
Process completed with exit code 1.
test
Argument of type 'FeedItem' is not assignable to parameter of type 'Simplify<{ url: string | null; title: string | null; description: string | null; image: { url: string; title: string | null; description: string | null; width: number | null; height: number | null; } | null; ... 6 more ...; updated: Date | null; }>'.
test
Type '{ url: string; title: string | null; } | { url: undefined; title: undefined; }' is not assignable to type '{ url?: string | undefined; title?: string | undefined; }'.
test
Object is possibly 'undefined'.
test
Object is possibly 'undefined'.