branche propre #3561
Annotations
10 errors and 2 warnings
server/controllers/mediatheque.ts#L10
'getMedias' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
server/controllers/mediatheque.ts#L10
Parameter 'queryBuilder' implicitly has an 'any' type.
|
server/controllers/mediatheque.ts#L10
Parameter 'offset' implicitly has an 'any' type.
|
server/controllers/mediatheque.ts#L10
Parameter 'limit' implicitly has an 'any' type.
|
server/controllers/mediatheque.ts#L24
Binding element 'inputs' implicitly has an 'any' type.
|
server/controllers/mediatheque.ts#L25
Parameter 'input' implicitly has an 'any' type.
|
server/controllers/mediatheque.ts#L27
Type 'string' is not assignable to type 'never'.
|
server/controllers/mediatheque.ts#L27
Type 'any' is not assignable to type 'never'.
|
server/controllers/mediatheque.ts#L32
Binding element 'type' implicitly has an 'any' type.
|
server/controllers/mediatheque.ts#L32
Binding element 'value' implicitly has an 'any' type.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
This job failed
Loading