use env configuration for base URL, at http only to set cookie options #264
pull_request.yml
on: pull_request
linting
/
Runs pre-commit
30s
build_api
/
Build docker image
build_frontend
/
Build docker image
Annotations
3 errors
Ruff (F401):
src/api/abandonauth/routers/ui.py#L1
abandonauth/routers/ui.py:1:26: F401 `urllib.parse.urlparse` imported but unused
|
Ruff (E303):
src/api/abandonauth/routers/ui.py#L20
abandonauth/routers/ui.py:20:1: E303 Too many blank lines (3)
|
linting / Runs pre-commit
Process completed with exit code 1.
|