Skip to content

CI from mattrax

CI from mattrax #1

Triggered via push July 16, 2024 11:10
Status Failure
Total duration 29s
Artifacts

ci.yaml

on: push
Typecheck
11s
Typecheck
Format & Lint (Biome)
9s
Format & Lint (Biome)
Format (Cargo)
7s
Format (Cargo)
Clippy
18s
Clippy
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 1 warning
Format (Cargo)
Process completed with exit code 1.
Format & Lint (Biome)
Output file '/home/runner/work/rspc/rspc/packages/client/dist/types/index.d.ts' has not been built from source file '/home/runner/work/rspc/rspc/packages/client/src/index.ts'.
Format & Lint (Biome)
Property 'onStarted' does not exist on type 'SubscriptionOptions<unknown, unknown>'.
Format & Lint (Biome)
Parameter 'data' implicitly has an 'any' type.
Format & Lint (Biome)
Property 'onData' does not exist on type 'SubscriptionOptions<unknown, unknown>'.
Format & Lint (Biome)
Parameter 'err' implicitly has an 'any' type.
Format & Lint (Biome)
Property 'onError' does not exist on type 'SubscriptionOptions<unknown, unknown>'.
Format & Lint (Biome)
Property 'onStopped' does not exist on type 'SubscriptionOptions<unknown, unknown>'.
Format & Lint (Biome)
Property 'onComplete' does not exist on type 'SubscriptionOptions<unknown, unknown>'.
Format & Lint (Biome)
Output file '/home/runner/work/rspc/rspc/packages/client/dist/types/index.d.ts' has not been built from source file '/home/runner/work/rspc/rspc/packages/client/src/index.ts'.
Format & Lint (Biome)
Binding element 'args' implicitly has an 'any' type.
Typecheck
Output file '/home/runner/work/rspc/rspc/packages/client/dist/types/index.d.ts' has not been built from source file '/home/runner/work/rspc/rspc/packages/client/src/index.ts'.
Typecheck
Property 'onStarted' does not exist on type 'SubscriptionOptions<unknown, unknown>'.
Typecheck
Parameter 'data' implicitly has an 'any' type.
Typecheck
Property 'onData' does not exist on type 'SubscriptionOptions<unknown, unknown>'.
Typecheck
Parameter 'err' implicitly has an 'any' type.
Typecheck
Property 'onError' does not exist on type 'SubscriptionOptions<unknown, unknown>'.
Typecheck
Property 'onStopped' does not exist on type 'SubscriptionOptions<unknown, unknown>'.
Typecheck
Property 'onComplete' does not exist on type 'SubscriptionOptions<unknown, unknown>'.
Typecheck
Output file '/home/runner/work/rspc/rspc/packages/client/dist/types/index.d.ts' has not been built from source file '/home/runner/work/rspc/rspc/packages/client/src/index.ts'.
Typecheck
Binding element 'args' implicitly has an 'any' type.
Clippy
Clippy had exited with the 101 exit code
Format & Lint (Biome)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/