Skip to content
Triggered via pull request February 26, 2025 23:16
Status Failure
Total duration 31s
Artifacts

lint-check.yml

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

Annotations

10 errors
Backend lint and style check: backend/src/controllers/announcement.ts#L3
Async arrow function 'createAnnouncement' has no 'await' expression
Backend lint and style check: backend/src/controllers/announcement.ts#L11
Async arrow function 'editAnnouncement' has no 'await' expression
Backend lint and style check: backend/src/controllers/announcement.ts#L19
Async arrow function 'deleteAnnouncement' has no 'await' expression
Backend lint and style check: backend/src/controllers/announcement.ts#L27
Async arrow function 'getMultipleAnnouncements' has no 'await' expression
Backend lint and style check: backend/src/controllers/announcement.ts#L35
Async arrow function 'getIndividualAnnouncementDetails' has no 'await' expression
Backend lint and style check: backend/src/controllers/user.ts#L80
Async arrow function 'getPersonalInformation' has no 'await' expression
Backend lint and style check: backend/src/controllers/user.ts#L88
Async arrow function 'editPersonalInformation' has no 'await' expression
Backend lint and style check: backend/src/controllers/user.ts#L96
Async arrow function 'getProfessionalInformation' has no 'await' expression
Backend lint and style check: backend/src/controllers/user.ts#L104
Async arrow function 'editProfessionalInformation' has no 'await' expression
Backend lint and style check: backend/src/controllers/user.ts#L112
Async arrow function 'getDirectoryPersonalInformation' has no 'await' expression