Skip to content

bot/validation: convert js to ts #732

bot/validation: convert js to ts

bot/validation: convert js to ts #732

Triggered via push October 25, 2023 11:14
Status Failure
Total duration 1m 47s
Artifacts

integrate.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
ci_to_main: bot/start.ts#L1
Module '"../logger"' has no exported member 'logger'. Did you mean to use 'import logger from "../logger"' instead?
ci_to_main: bot/validations.ts#L1
Could not find a declaration file for module '../lnurl/lnurl-pay'. '/home/runner/work/bot/bot/lnurl/lnurl-pay.js' implicitly has an 'any' type.
ci_to_main: bot/validations.ts#L1
Module '"../logger"' has no exported member 'logger'. Did you mean to use 'import logger from "../logger"' instead?
ci_to_main: util/index.ts#L1
Module '"../logger"' has no exported member 'logger'. Did you mean to use 'import logger from "../logger"' instead?
ci_to_main
Process completed with exit code 2.
ci_to_main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/