Skip to content

[WIP] Add general CI workflow file (typechck, format, lint) #13

[WIP] Add general CI workflow file (typechck, format, lint)

[WIP] Add general CI workflow file (typechck, format, lint) #13

Triggered via pull request May 24, 2024 21:52
Status Failure
Total duration 42s
Artifacts

ci.yml

on: pull_request
typecheck
33s
Lint & Format
18s

Annotations

10 errors
Lint & Format: packages/api-utils/src/hash.ts#L3
A Node.js builtin module should be imported with the node: protocol.
Lint & Format: packages/api-utils/src/mediaGuard.ts#L11
Use === instead of ==
Lint & Format: apps/v2/types/fastify.d.ts#L17
Unexpected any. Specify a different type.
Lint & Format: apps/v2/types/fastify.d.ts#L19
Unexpected any. Specify a different type.
Lint & Format: apps/v2/types/fastify.d.ts#L1
All these imports are only used as types.
Lint & Format: apps/docs/app/docs/[[...slug]]/page.tsx#L12
Shouldn't redeclare 'Page'. Consider to delete it or rename it.
Lint & Format: apps/docs/app/docs/layout.tsx#L1
All these imports are only used as types.
Lint & Format: apps/v1/src/app.ts#L6
Use Number.parseInt instead of the equivalent global.
Lint & Format: apps/v2/src/app.ts#L6
Use Number.parseInt instead of the equivalent global.
Lint & Format: apps/v1/types/fastify.d.ts#L17
Unexpected any. Specify a different type.