Add private challenges with invitation-only access #3
test.yml
on: pull_request
Lint, Typecheck, and Build
31s
Tests
20s
Annotations
4 errors and 5 warnings
|
Lint, Typecheck, and Build
Process completed with exit code 1.
|
|
Lint, Typecheck, and Build
web#lint: command (/home/runner/work/march-fit/march-fit/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
|
Lint, Typecheck, and Build:
apps/web/tests/api/challenges.test.ts#L261
Unexpected any. Specify a different type
|
|
Lint, Typecheck, and Build:
apps/web/tests/api/challenges.test.ts#L229
Unexpected any. Specify a different type
|
|
Lint, Typecheck, and Build:
apps/web/tests/api/challenges.test.ts#L234
'userId' is assigned a value but never used
|
|
Lint, Typecheck, and Build:
apps/web/tests/api/challenges.test.ts#L203
'userId' is assigned a value but never used
|
|
Lint, Typecheck, and Build:
apps/web/tests/api/challenges.test.ts#L134
'userId' is assigned a value but never used
|
|
Lint, Typecheck, and Build:
apps/web/components/integrations/strava-connect-button.tsx#L23
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Lint, Typecheck, and Build:
apps/web/app/challenges/[id]/admin/strava-preview/strava-preview-client.tsx#L148
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|