tooltip examples #2943
code-check.yml
on: pull_request
pnpm lint
3m 0s
pnpm format:check
53s
pnpm typecheck
1m 4s
Annotations
2 errors and 3 warnings
pnpm typecheck
Type '{ hasLiftMode: boolean; name?: string | undefined; style?: "default" | "new-york" | undefined; code?: string | undefined; type?: "components:block" | undefined; files?: string[] | undefined; ... 10 more ...; container?: { ...; } | undefined; }' is not assignable to type '{ name: string; style: "default" | "new-york"; code: string; type: "components:block"; files: string[]; highlightedCode: string; description?: string | undefined; chunks?: { name: string; ... 4 more ...; container?: { ...; } | undefined; }[] | undefined; ... 7 more ...; container?: { ...; } | undefined; } & { ...; }'.
|
pnpm typecheck
Process completed with exit code 2.
|
pnpm format:check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pnpm typecheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pnpm lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|