fix(glossary): correction des
sur la reconnaissance des mots
#6090
Annotations
12 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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