Skip to content

feat: support live preview #46

feat: support live preview

feat: support live preview #46

Re-run triggered November 27, 2024 07:54
Status Success
Total duration 1m 41s
Artifacts

ci.yml

on: pull_request
Run Type Check & Linters
1m 26s
Run Type Check & Linters
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Run Type Check & Linters: src/pages/_document.tsx#L21
Dangerous property 'dangerouslySetInnerHTML' found
Run Type Check & Linters: src/pages/api/img/[params].ts#L3
'AvatarPart' is defined but never used
Run Type Check & Linters: src/pages/api/svg/[params].ts#L3
'AvatarPart' is defined but never used
Run Type Check & Linters: src/pages/components/Footer/index.tsx#L9
Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images
Run Type Check & Linters: src/pages/components/Modal/AvatarPicker/index.tsx#L7
'isFestival' is defined but never used
Run Type Check & Linters: src/pages/components/Modal/Download/index.tsx#L17
Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element
Run Type Check & Linters: src/pages/components/Modal/Embed/index.tsx#L37
React Hook useEffect has missing dependencies: 'config' and 'imageType'. Either include them or remove the dependency array. If 'setUrl' needs the current value of 'imageType', you can also switch to useReducer instead of useState and read 'imageType' in the reducer
Run Type Check & Linters
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/