use new configs #271
main.yml
on: push
main
/
...
/
validate-pr-refs
0s
main
/
...
/
test-js-code
55s
main
/
deploy
0s
Annotations
10 errors
main / test / test-js-code:
src/app/schemas.ts#L2
Could not find a declaration file for module 'crypto-js'. '/home/runner/work/codeforlife-portal-frontend/codeforlife-portal-frontend/node_modules/crypto-js/index.js' implicitly has an 'any' type.
|
main / test / test-js-code:
src/api/teacher.ts#L50
Type '"user"' has no properties in common with type 'Partial<{ includeListTag: boolean; argKeysAreIds: boolean; id: string; }>'.
|
main / test / test-js-code:
src/api/teacher.ts#L63
Type '"user"' has no properties in common with type 'Partial<{ includeListTag: boolean; argKeysAreIds: boolean; id: string; }>'.
|
main / test / test-js-code:
src/api/teacher.ts#L70
Type '"user"' has no properties in common with type 'Partial<{ includeListTag: boolean; argKeysAreIds: boolean; id: string; }>'.
|
main / test / test-js-code:
src/pages/studentAccount/StudentAccount.tsx#L2
Module '"codeforlife/hooks"' has no exported member 'useQueryManager'.
|
main / test / test-js-code:
src/pages/studentAccount/StudentAccount.tsx#L17
Parameter 'user' implicitly has an 'any' type.
|
main / test / test-js-code:
src/pages/studentDashboard/Games.tsx#L12
'isStudent' is declared but its value is never read.
|
main / test / test-js-code:
src/pages/studentDashboard/StudentDashboard.tsx#L2
Module '"codeforlife/hooks"' has no exported member 'useQueryManager'.
|
main / test / test-js-code:
src/pages/studentDashboard/StudentDashboard.tsx#L18
Parameter 'user' implicitly has an 'any' type.
|
main / test / test-js-code:
src/pages/teacherDashboard/account/Account.tsx#L11
'authUser' is declared but its value is never read.
|