This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
Next JS SDK #6
ci.yml
on: pull_request
👷 Build
48s
🪥 Lint
1m 10s
🔒 Run Git leaks
40s
👔 Test
43s
🪪 License Validation
49s
Annotations
11 errors and 6 warnings
👔 Test
Process completed with exit code 1.
|
🪥 Lint:
src/server/authMiddleware.ts#L23
Use const or class constructors instead of named functions
|
🪥 Lint:
src/server/authMiddleware.ts#L45
'isPublicRoute' is already declared in the upper scope on line 41 column 7
|
🪥 Lint:
src/server/authMiddleware.ts#L69
Unexpected console statement
|
🪥 Lint:
src/server/authMiddleware.ts#L80
Unexpected console statement
|
🪥 Lint:
src/server/authMiddleware.ts#L86
Unexpected console statement
|
🪥 Lint:
src/server/authMiddleware.ts#L91
Unexpected console statement
|
🪥 Lint:
src/server/sdk.ts#L18
'createSdk' was used before it was defined
|
🪥 Lint:
src/server/session.ts#L6
Use const or class constructors instead of named functions
|
🪥 Lint:
src/server/session.ts#L23
Use const or class constructors instead of named functions
|
🪥 Lint:
src/server/session.ts#L29
Use const or class constructors instead of named functions
|
🔒 Run Git leaks
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/.
|
👔 Test
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/.
|
👷 Build
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/.
|
🪪 License Validation
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/.
|
🪥 Lint
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/.
|
🪥 Lint:
src/shared/AuthProvider.tsx#L7
Unexpected unnamed function
|