Skip to content

[3] Use Typescript in admin scripts #729

[3] Use Typescript in admin scripts

[3] Use Typescript in admin scripts #729

Triggered via pull request June 23, 2024 20:42
@MrOrzMrOrz
synchronize #338
ts-scripts
Status Failure
Total duration 1m 10s
Artifacts

ci.yml

on: pull_request
install-and-test
1m 2s
install-and-test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
install-and-test: src/graphql/mutations/CreateOrUpdateArticleReplyFeedback.ts#L110
Parameter 'rootValue' implicitly has an 'any' type.
install-and-test: src/graphql/mutations/CreateOrUpdateArticleReplyFeedback.ts#L122
Binding element 'user' implicitly has an 'any' type.
install-and-test: src/graphql/mutations/CreateOrUpdateArticleReplyFeedback.ts#L122
Binding element 'loaders' implicitly has an 'any' type.
install-and-test
Process completed with exit code 2.
install-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: FedericoCarboni/setup-ffmpeg@v2, actions/checkout@v3, actions/setup-node@v2, google-github-actions/auth@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
install-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
install-and-test: src/commandListener.ts#L1
'T' is defined but never used