Skip to content

backend fixes

backend fixes #178

Triggered via pull request October 24, 2023 22:57
Status Success
Total duration 1m 41s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
src/server/mongodb/actions/User.js#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/pages/reset_password/[token].js#L58
Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element (@next/next/no-img-element)
src/screens/Member/MemberProfile.js#L173
Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element (@next/next/no-img-element)
src/screens/Member/MemberProfile.js#L176
Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element (@next/next/no-img-element)
src/screens/Member/MemberProfile.js#L209
Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element (@next/next/no-img-element)
src/screens/Member/SuccessBox/SuccessBox.js#L28
Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element (@next/next/no-img-element)
src/screens/Member/SuccessBox/SuccessBox.js#L28
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images (jsx-a11y/alt-text)
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/