Skip to content

Initial commit

Initial commit #1

Triggered via push July 11, 2024 13:17
Status Failure
Total duration 5m 52s
Billable time 10m
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
Formatting and linting
Process completed with exit code 1.
Typechecking: scripts/adminbot.py#L15
Import "MatrixBot" is not accessed (reportUnusedImport)
Typechecking: scripts/rssfeed.py#L3
Return type, "dict[str, Unknown] | None", is partially unknown (reportUnknownParameterType)
Typechecking: scripts/rssfeed.py#L3
Function "__get_rss_content" is not accessed (reportUnusedFunction)
Typechecking: scripts/rssfeed.py#L3
Type of parameter "rss" is partially unknown   Parameter type is "Unknown | None" (reportUnknownParameterType)
Typechecking: scripts/rssfeed.py#L3
Type annotation is missing for parameter "rss" (reportMissingParameterType)
Typechecking: scripts/rssfeed.py#L14
Type of "blog_feed" is unknown (reportUnknownVariableType)
Typechecking: scripts/rssfeed.py#L14
Type of "blog_feed" is unknown (reportUnknownVariableType)
Typechecking: scripts/rssfeed.py#L14
Argument type is unknown   Argument corresponds to parameter "url_file_stream_or_string" in function "parse" (reportUnknownArgumentType)
Typechecking: scripts/rssfeed.py#L17
Type of "posts" is unknown (reportUnknownVariableType)
Typechecking: scripts/rssfeed.py#L20
Type of "posts_details" is partially unknown   Type of "posts_details" is "dict[str, Unknown]" (reportUnknownVariableType)
Formatting and linting
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4, 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/
Typechecking
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4, 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/
Testing
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4, 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/