Skip to content

Add GitHub Action for TypeScript compile check #14

Add GitHub Action for TypeScript compile check

Add GitHub Action for TypeScript compile check #14

Triggered via pull request May 1, 2024 22:17
@SantiagoG14SantiagoG14
synchronize #66
cicd
Status Failure
Total duration 54s
Artifacts

check_ts.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ts: client/src/pages/CreateProj.tsx#L22
'TagsState' is defined but never used
ts: client/src/pages/EditProject.tsx#L19
'EditProjectProps' is defined but never used
ts: client/src/pages/EditProject.tsx#L44
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render
ts: client/src/pages/EditProject.tsx#L60
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render
ts: client/src/pages/Project.tsx#L597
'isLoading' is assigned a value but never used
ts
Process completed with exit code 1.