Skip to content

update drizzle

update drizzle #48

Triggered via push November 8, 2024 20:10
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 errors
format
@battle-stadium/db#format: command (/home/runner/work/battle-stadium-t3-turbo/battle-stadium-t3-turbo/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
Process completed with exit code 1.
typecheck
'phases' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
typecheck
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
typecheck
'tournaments' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
typecheck
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
typecheck
'accounts' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
typecheck
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
typecheck
'profiles' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
typecheck
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
typecheck
@battle-stadium/db#typecheck: command (/home/runner/work/battle-stadium-t3-turbo/battle-stadium-t3-turbo/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint
'phases' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
lint
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
lint
'tournaments' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
lint
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
lint
'accounts' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
lint
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
lint
'profiles' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
lint
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
lint: packages/db/drizzle/schema.ts#L1
Prefer using a top-level type-only import instead of inline type specifiers
lint: packages/db/drizzle/schema.ts#L1
'AnyPgColumn' is defined but never used. Allowed unused vars must match /^_/u