Skip to content

feat(ui): Skeleton 컴포넌트 구현 #78

feat(ui): Skeleton 컴포넌트 구현

feat(ui): Skeleton 컴포넌트 구현 #78

Re-run triggered October 24, 2024 15:29
Status Failure
Total duration 41s
Artifacts

vitest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
test
Type '{ user: { name: string; }; }' is not assignable to type 'Partial<{ user?: User | undefined; onLogin: () => void; onLogout: () => void; onCreateAccount: () => void; }> & { user?: User | undefined; onLogin: () => void; onLogout: () => void; onCreateAccount: () => void; }'.
test
docs#build: command (/home/runner/work/makers-design-system/makers-design-system/apps/docs) /home/runner/setup-pnpm/node_modules/.bin/.tools/pnpm/9.7.0/bin/pnpm run build exited (2)
test
Type '{}' is not assignable to type 'StoryAnnotations<ReactRenderer, { user?: User | undefined; onLogin: () => void; onLogout: () => void; onCreateAccount: () => void; }, { user?: User | undefined; onLogin: () => void; onLogout: () => void; onCreateAccount: () => void; }>'.
test
Process completed with exit code 2.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/