Skip to content

Finish project

Finish project #156

Triggered via pull request June 30, 2024 22:53
Status Failure
Total duration 53s
Artifacts

frontend.yml

on: pull_request
Frontend check
44s
Frontend check
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 8 warnings
Frontend check: frontend/src/components/ContactForm.tsx#L94
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Frontend check: frontend/src/components/NewsletterForm.tsx#L86
Unexpected empty arrow function
Frontend check: frontend/src/components/VolunteerForm.tsx#L103
Unexpected empty arrow function
Frontend check: frontend/src/components/admin/storage/GalleryDropzone.tsx#L52
'snapshot' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
Frontend check: frontend/src/components/admin/storage/ImageDropzone.tsx#L18
'snapshot' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
Frontend check: frontend/src/components/admin/storage/SimpleImageDropzone.tsx#L26
'snapshot' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
Frontend check
Process completed with exit code 1.
Frontend check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Frontend check: frontend/src/app/admin/dashboard/page.tsx#L3
There should be at least one empty line between import groups
Frontend check: frontend/src/app/admin/dashboard/page.tsx#L7
`@/api/records` import should occur before import of `@/components/DashboardCard`
Frontend check: frontend/src/app/admin/event-creator/page.tsx#L335
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
Frontend check: frontend/src/components/EventSidebar.tsx#L19
`@/api/records` import should occur before import of `@/app/admin/util/pageeditUtil`
Frontend check: frontend/src/components/Footer.tsx#L9
There should be at least one empty line between import groups
Frontend check: frontend/src/components/NewsletterForm.tsx#L7
There should be at least one empty line between import groups
Frontend check: frontend/src/components/NewsletterSidebar.tsx#L19
`@/api/records` import should occur before import of `@/app/admin/util/pageeditUtil`