Skip to content

Slack tool

Slack tool #1249

Triggered via pull request October 24, 2024 16:42
Status Failure
Total duration 56s
Artifacts

python-typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
check: src/backend/tools/slack/auth.py#L53
Argument of type "str | list[str] | None" cannot be assigned to parameter "__iterable" of type "Iterable[str]" in function "join"   Type "str | list[str] | None" cannot be assigned to type "Iterable[str]"     "__iter__" is not present (reportGeneralTypeIssues)
check
1 error
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/