Add workflow to run checks for the API and site (#64) #4
run-checks.yml
on: push
Check API
53s
Check Site
2m 57s
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]
|