Updates #16
ci.yml
on: push
Node.js (TypeScript)
7s
Python (FastAPI)
53s
Annotations
13 errors
|
Node.js (TypeScript)
Unable to locate executable file: pnpm. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
|
|
Python (FastAPI)
Process completed with exit code 2.
|
|
Python (FastAPI)
Process completed with exit code 2.
|
|
Ruff (E402):
apps/apigw/app/main.py#L130
app/main.py:130:1: E402 Module level import not at top of file
|
|
Ruff (E402):
apps/apigw/app/main.py#L129
app/main.py:129:1: E402 Module level import not at top of file
|
|
Ruff (E402):
apps/apigw/app/main.py#L43
app/main.py:43:1: E402 Module level import not at top of file
|
|
Ruff (E402):
apps/apigw/app/main.py#L29
app/main.py:29:1: E402 Module level import not at top of file
|
|
Ruff (E402):
apps/apigw/app/main.py#L28
app/main.py:28:1: E402 Module level import not at top of file
|
|
Ruff (E402):
apps/apigw/app/main.py#L27
app/main.py:27:1: E402 Module level import not at top of file
|
|
Ruff (F401):
apps/apigw/app/main.py#L14
app/main.py:14:34: F401 `app.database.Base` imported but unused
|
|
Ruff (F401):
apps/apigw/app/main.py#L14
app/main.py:14:26: F401 `app.database.engine` imported but unused
|
|
Ruff (F401):
apps/apigw/app/main.py#L8
app/main.py:8:30: F401 `fastapi.Depends` imported but unused
|
|
Ruff (F401):
apps/apigw/app/bus.py#L4
app/bus.py:4:58: F401 `typing.Optional` imported but unused
|