8000 ops: release published without build · animo/mdoc@25963a0 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ops: release published without build #8

ops: release published without build

ops: release published without build #8

Triggered via push August 23, 2024 16:05
Status Failure
Total duration 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors
lint: packages/jarm/src/jarm-auth-response/jarm-auth-response.ts#L62
Unexpected `await` of a non-Promise (non-"Thenable") value
lint: packages/jarm/src/jarm-auth-response/jarm-auth-response.ts#L64
Unsafe argument of type `any` assigned to a parameter of type `string`
lint: packages/jarm/src/jarm-auth-response/jarm-auth-response.ts#L67
Unsafe argument of type `any` assigned to a parameter of type `string`
lint: packages/jarm/src/jarm-auth-response/jarm-auth-response.ts#L103
Unexpected `await` of a non-Promise (non-"Thenable") value
lint
@protokoll/jarm#lint: command (/home/runner/work/protokoll/protokoll/packages/jarm) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
lint
Process completed with exit code 1.
typecheck
Type '(input: { jwe: string; jwk: JWK; alg?: string; }) => Promise<{ plaintext: string; protectedHeader: jose.CompactJWEHeaderParameters; }>' is not assignable to type 'JoseJweDecrypt'.
typecheck
Property 'plaintext' does not exist on type '(input: { jwe: string; jwk: JWK; }) => MaybePromise<{ plaintext: string; protectedHeader: CompactJWEHeaderParameters; }>'.
typecheck
Expected 0 arguments, but got 1.
typecheck
@protokoll/jarm#typecheck: command (/home/runner/work/protokoll/protokoll/packages/jarm) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Expected 0 arguments, but got 1.
typecheck
Process completed with exit code 2.
0