Feat/samvritsrinath firebase auth #20
lint-check.yml
on: pull_request
Backend check
35s
Frontend check
31s
Annotations
1 error and 6 warnings
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/login/login.tsx#L8
'getAuth' is defined but never used. Allowed unused vars must match /^_/u
|
Frontend check:
frontend/src/app/login/login.tsx#L16
'app' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Frontend check:
frontend/src/app/page.tsx#L3
'initFirebase' is defined but never used. Allowed unused vars must match /^_/u
|
Backend 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/.
|
Backend check:
backend/src/models/users.ts#L14
'attr' is defined but never used. Allowed unused args must match /^_/u
|