refactor: shorten script url to /
route
#138
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/ai.test.ts#L2
'beforeEach' is defined but never used. Allowed unused vars must match /^_/u
|
src/ai.test.ts#L2
'afterEach' is defined but never used. Allowed unused vars must match /^_/u
|
src/ai.ts#L73
Unexpected any. Specify a different type
|
src/ai.ts#L100
Unexpected any. Specify a different type
|
src/config.ts#L11
Unexpected any. Specify a different type
|
src/config.ts#L16
Unexpected any. Specify a different type
|
src/config.ts#L22
Unexpected any. Specify a different type
|
src/config.ts#L27
Unexpected any. Specify a different type
|
src/handler.test.ts#L1
'OpenAI' is defined but never used. Allowed unused vars must match /^_/u
|
src/handler.test.ts#L19
Unexpected any. Specify a different type
|
This job succeeded
Loading