Skip to content

chore(apps/api): add vercel config #57

chore(apps/api): add vercel config

chore(apps/api): add vercel config #57

Triggered via push October 3, 2024 12:23
Status Success
Total duration 1m 12s
Artifacts

main.yml

on: push
Build 🧱
30s
Build 🧱
Lint 🐱
28s
Lint 🐱
Test πŸ§ͺ
24s
Test πŸ§ͺ
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build 🧱
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
Test πŸ§ͺ
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
Lint 🐱
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
Lint 🐱: packages/ui/src/components/button.tsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint 🐱: packages/ui/src/components/card.tsx#L32
Headings must have content and the content must be accessible by a screen reader
Lint 🐱: packages/ui/src/components/form.tsx#L32
The object passed as the value prop to the Context provider changes every render. To fix this consider wrapping it in a useMemo hook
Lint 🐱: packages/ui/src/components/form.tsx#L45
Unnecessary conditional, value is always falsy
Lint 🐱: packages/ui/src/components/form.tsx#L76
The object passed as the value prop to the Context provider changes every render. To fix this consider wrapping it in a useMemo hook
Lint 🐱: packages/ui/src/components/form.tsx#L164
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint 🐱: packages/ui/src/components/input.tsx#L5
An interface declaring no members is equivalent to its supertype