refact: refactor to moneropo and add some routes. #3
feed-check.yml
on: pull_request
Verify feed sources have tests
2m 6s
Annotations
6 errors and 1 warning
|
Verify feed sources have tests
Process completed with exit code 1.
|
|
error: Source route failed: 500 [GET] "https://news-at.zhihu.com/api/4/news/latest": <no response> Unable to connect. Is the computer able to access the url?:
pkgs/rssbook/src/utils/tests/source.ts#L51
at getRouteData (/home/runner/work/RSSBook/RSSBook/pkgs/rssbook/src/utils/tests/source.ts:51:13)
at async <anonymous> (/home/runner/work/RSSBook/RSSBook/pkgs/rssbook/src/routers/feeds/socialmedia/zhihu/index.test.ts:7:22)
|
|
error: Source route failed: 403 [GET] "https://m.thepaper.cn": 403 Forbidden:
pkgs/rssbook/src/utils/tests/source.ts#L51
at getRouteData (/home/runner/work/RSSBook/RSSBook/pkgs/rssbook/src/utils/tests/source.ts:51:13)
at async <anonymous> (/home/runner/work/RSSBook/RSSBook/pkgs/rssbook/src/routers/feeds/multimedia/thepaper/index.test.ts:7:22)
|
|
error: Source route failed: 500 [GET] "https://it.ithome.com/": <no response> [TimeoutError]: The operation was aborted due to timeout:
pkgs/rssbook/src/utils/tests/source.ts#L51
at getRouteData (/home/runner/work/RSSBook/RSSBook/pkgs/rssbook/src/utils/tests/source.ts:51:13)
at async <anonymous> (/home/runner/work/RSSBook/RSSBook/pkgs/rssbook/src/routers/feeds/multimedia/ithome/index.test.ts:14:22)
|
|
error: Source route failed: 500 [GET] "https://sspai.com/api/v1/series/info/get?id=271&view=second": <no response> [TimeoutError]: The operation was aborted due to timeout:
pkgs/rssbook/src/utils/tests/source.ts#L51
at getRouteData (/home/runner/work/RSSBook/RSSBook/pkgs/rssbook/src/utils/tests/source.ts:51:13)
|
|
error: Source route failed: 403 [GET] "https://mangoread.substack.com/feed": 403 Forbidden:
pkgs/rssbook/src/utils/tests/source.ts#L51
at getRouteData (/home/runner/work/RSSBook/RSSBook/pkgs/rssbook/src/utils/tests/source.ts:51:13)
at async <anonymous> (/home/runner/work/RSSBook/RSSBook/pkgs/rssbook/src/routers/feeds/blog/substack/index.test.ts:14:22)
|
|
Verify feed sources have tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|