Skip to content

Feature/jared+verania/home page #48

Feature/jared+verania/home page

Feature/jared+verania/home page #48

Triggered via pull request May 14, 2025 21:45
Status Failure
Total duration 44s
Artifacts

lint-check.yaml

on: pull_request
Backend lint and style check
38s
Backend lint and style check
Frontend lint and style check
40s
Frontend lint and style check
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
Backend lint and style check
Process completed with exit code 1.
Frontend lint and style check
Process completed with exit code 1.
Frontend lint and style check: frontend/src/pages/homePage.tsx#L38
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
Backend lint and style check: backend/src/services/auth.ts#L1
import statements should have an absolute path
Backend lint and style check: backend/src/models/users.ts#L17
'attr' is defined but never used. Allowed unused args must match /^_/u