fix: disable deploy scripts #14
Annotations
13 warnings
Lint Code (20.x)
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 Code (20.x):
src/auth.ts#L7
'token' is defined but never used. Allowed unused args must match /^_/u
|
Lint Code (20.x):
src/database/joke.ts#L1
'Flag' is defined but never used
|
Lint Code (20.x):
src/database/joke.ts#L9
'amount' is assigned a value but never used
|
Lint Code (20.x):
src/database/submission.ts#L12
'submission' is defined but never used. Allowed unused args must match /^_/u
|
Lint Code (20.x):
src/database/submission.ts#L17
'submissionId' is defined but never used. Allowed unused args must match /^_/u
|
Lint Code (20.x):
src/meter.ts#L1
'meter' is defined but never used
|
Lint Code (20.x):
src/routes/joke.ts#L4
'req' is defined but never used. Allowed unused args must match /^_/u
|
Lint Code (20.x):
src/routes/joke.ts#L4
'res' is defined but never used. Allowed unused args must match /^_/u
|
Lint Code (20.x):
src/routes/submission.ts#L4
'req' is defined but never used. Allowed unused args must match /^_/u
|
Lint Code (20.x):
src/routes/submission.ts#L4
'res' is defined but never used. Allowed unused args must match /^_/u
|
Analyze Code (javascript)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze Code (javascript)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|