Update README.md #38
+1
−0
Merged
Update README.md #38
Annotations
1 error and 10 warnings
You have commit messages with errors
⧗ input: Update README.md
I update README.md so that it shows the app support I18n Korean.
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/pages/_document.tsx#L16
Dangerous property 'dangerouslySetInnerHTML' found
|
src/pages/api/img/[params].ts#L3
'AvatarPart' is defined but never used
|
src/pages/api/svg/[params].ts#L3
'AvatarPart' is defined but never used
|
src/pages/components/AvatarEditor/index.tsx#L70
React Hook useEffect has a missing dependency: 'config'. Either include it or remove the dependency array. You can also do a functional update 'setConfig(c => ...)' if you only need 'config' in the 'setConfig' call
|
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
|
src/pages/components/Modal/AvatarPicker/index.tsx#L7
'isFestival' is defined but never used
|
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
|
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
|
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/
|
The logs for this run have expired and are no longer available.
Loading