[RFC] feat: convert to monorepo, move starter kit into apps/web, add tooling packages #118
ci.yml
on: pull_request
Install dependencies
1m 4s
lint
1m 6s
format
58s
Annotations
12 errors and 2 warnings
|
lint:
apps/web/.storybook/main.ts#L24
'process.env' is restricted from being used. Use `import { env } from '~/env'` instead to ensure validated types
|
|
lint:
apps/web/.storybook/preview.tsx#L164
Unsafe argument of type `any` assigned to a parameter of type `string | number | Date`
|
|
lint:
apps/web/prisma/seed.ts#L19
Promise returned in function argument where a void return was expected
|
|
lint:
apps/web/src/components/AppNavbar.tsx#L45
Unnecessary optional chain on a non-nullish value
|
|
lint:
apps/web/src/components/AppNavbar.tsx#L46
Unnecessary optional chain on a non-nullish value
|
|
lint:
apps/web/src/components/AppProviders/FeatureProvider.tsx#L6
Use an `interface` instead of a `type`
|
|
lint:
apps/web/src/constants/params.ts#L1
This assertion is unnecessary since it does not change the type of the expression
|
|
lint:
apps/web/src/features/auth/LoginStateContext.tsx#L7
Use an `interface` instead of a `type`
|
|
lint:
apps/web/src/features/landing/components/AppPublicHeader.tsx#L14
Use an `interface` instead of a `type`
|
|
lint:
apps/web/src/features/me/api/useMe.ts#L16
Promise-returning function provided to property where a void return was expected
|
|
End-to-end tests
ENOENT: no such file or directory, open '.env.test'
|
|
Unit & integration tests
Process completed with exit code 1.
|
|
End-to-end tests
The following actions use a deprecated Node.js version and will be forced to run on node20: xom9ikk/dotenv@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
End-to-end tests
No files were found with the provided path: playwright/test-results/. No artifacts will be uploaded.
|