Skip to content

Adds support for a next-typesafe-url configuration file #48

Adds support for a next-typesafe-url configuration file

Adds support for a next-typesafe-url configuration file #48

Triggered via pull request October 15, 2025 22:51
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ci
Process completed with exit code 1.
ci: packages/next-typesafe-url/src/loadConfig.ts#L75
Unsafe member access .default on an `any` value
ci: packages/next-typesafe-url/src/loadConfig.ts#L75
Unsafe return of an `any` typed value
ci: packages/next-typesafe-url/src/loadConfig.ts#L73
Unsafe assignment of an `any` value
ci: packages/next-typesafe-url/src/loadConfig.ts#L41
Unsafe assignment of an `any` value
ci
next-typesafe-url#lint: command (/home/runner/work/next-typesafe-url/next-typesafe-url/packages/next-typesafe-url) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
ci: packages/next-typesafe-url/src/cli.ts#L131
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator