Skip to content

Add workflow to run checks for the API and site (#64) #4

Add workflow to run checks for the API and site (#64)

Add workflow to run checks for the API and site (#64) #4

Triggered via push December 10, 2023 19:36
Status Success
Total duration 3m 5s
Artifacts

run-checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
[mypy] apps/api/src/routers/saml.py#L10: apps/api/src/routers/saml.py#L10
Skipping analyzing "onelogin.saml2.auth": module is installed, but missing library stubs or py.typed marker [import-untyped]
[mypy] apps/api/src/routers/saml.py#L130: apps/api/src/routers/saml.py#L130
Incompatible return value type (got "str", expected "RedirectResponse") [return-value]
[mypy] apps/api/tests/test_saml.py#L4: apps/api/tests/test_saml.py#L4
Skipping analyzing "onelogin.saml2.auth": module is installed, but missing library stubs or py.typed marker [import-untyped]