Skip to content

BA-1498: add action for storybook deploy #472

BA-1498: add action for storybook deploy

BA-1498: add action for storybook deploy #472

Triggered via push October 9, 2024 20:34
Status Success
Total duration 3m 21s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@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/checkout@v3, actions/setup-node@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/checkout@v3, actions/setup-node@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/core/src/auth/login.tsx#L46
React Hook useEffect has a missing dependency: 'router'. Either include it or remove the dependency array
Lint: packages/graphql/config/useEnvironment/index.ts#L20
React Hook useMemo has an unnecessary dependency: 'relayEnvironment'. Either exclude it or remove the dependency array
Lint: packages/graphql/config/useSerializablePreloadedQuery.ts#L39
React Hook useMemo has a missing dependency: 'environment'. Either include it or remove the dependency array
Lint: packages/utils/functions/cookie/index.ts#L31
Unexpected console statement
Lint: packages/utils/functions/cookie/index.ts#L39
Unexpected console statement
Lint: packages/utils/hooks/useEventSubscription/index.ts#L15
React Hook useEffect has missing dependencies: 'callback', 'event', and 'unsubscribe'. Either include them or remove the dependency array
Lint: packages/authentication/modules/access/useSignUp/index.ts#L46
Unexpected console statement
Lint: packages/authentication/modules/user/useJWTUser/index.ts#L51
React Hook useEffect has a missing dependency: 'queryClient'. Either include it or remove the dependency array
Lint: packages/authentication/modules/user/useSimpleTokenUser/index.ts#L36
React Hook useEffect has missing dependencies: 'cookieName' and 'queryClient'. Either include them or remove the dependency array
Lint: packages/design-system/components/Dropzone/index.tsx#L50
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element