fix(contributions) : ajout d'un titre par défaut si pas du titre ou si c'est un 1er publication #5870
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v2, 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/
|
targets/export-elasticsearch/src/controllers/__test__/export.test.ts#L41
'_next' is defined but never used
|
targets/export-elasticsearch/src/controllers/__test__/fake/export.ts#L58
'runningResult' is defined but never used
|
targets/export-elasticsearch/src/controllers/__test__/fake/export.ts#L59
'environment' is defined but never used
|
targets/export-elasticsearch/src/controllers/__test__/fake/export.ts#L60
'minutes' is defined but never used
|
targets/export-elasticsearch/src/controllers/export.ts#L34
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
targets/export-elasticsearch/src/ingester/__tests__/cdtnDocuments.test.ts#L22
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
|
targets/export-elasticsearch/src/ingester/__tests__/cdtnDocuments.test.ts#L42
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`
|
targets/export-elasticsearch/src/ingester/__tests__/cdtnDocuments.test.ts#L48
Unexpected any. Specify a different type
|
targets/export-elasticsearch/src/ingester/__tests__/cdtnDocuments.test.ts#L54
Unsafe argument of type `any[]` assigned to a parameter of type `ContributionElasticDocument[]`
|
targets/export-elasticsearch/src/ingester/agreements/__tests__/generate.test.ts#L9
Do not use "@ts-ignore" because it alters compilation errors
|
This job succeeded
Loading