Next 15 + Repo refresh #4299
ci.yml
on: pull_request
Run ESLint
38s
Check Changeset
17s
Run Prettier
34s
Run Typechecker
27s
Build and Check Astro
42s
Annotations
9 errors
Check Changeset
Process completed with exit code 1.
|
Run Typechecker
Type 'any[]' is not assignable to type 'Record<string, Plugin>'.
|
Run Typechecker
Type 'Record<string, Plugin> | never[]' must have a '[Symbol.iterator]()' method that returns an iterator.
|
Run Typechecker
Type 'string' has no properties in common with type 'Plugin'.
|
Run Typechecker
create-t3-app#typecheck: command (/home/runner/work/create-t3-app/create-t3-app/cli) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
Run Typechecker
Process completed with exit code 2.
|
Run ESLint:
www/astro.config.js#L17
Unsafe assignment of type `any[]` to a variable of type `RemarkPlugins`
|
Run ESLint
@ct3a/www#lint: command (/home/runner/work/create-t3-app/create-t3-app/www) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
Run ESLint
Process completed with exit code 1.
|