Skip to content

style: apply Prettier formatting to TypeScript files #2

style: apply Prettier formatting to TypeScript files

style: apply Prettier formatting to TypeScript files #2

Triggered via push June 7, 2025 11:47
Status Failure
Total duration 35s
Artifacts

ci.yml

on: push
format-check
29s
format-check
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test (22.x): src/service/elasticsearch.ts#L82
Cannot find namespace 'ES7RequestParams'.
test (22.x): src/service/elasticsearch.ts#L82
Cannot find namespace 'ES6RequestParams'.
test (22.x): src/service/elasticsearch.ts#L77
Cannot find namespace 'ES7RequestParams'.
test (22.x): src/service/elasticsearch.ts#L77
Cannot find namespace 'ES6RequestParams'.
test (22.x): src/service/elasticsearch.ts#L73
'ES7Client' refers to a value, but is being used as a type here. Did you mean 'typeof ES7Client'?
test (22.x): src/service/elasticsearch.ts#L73
'ES6Client' refers to a value, but is being used as a type here. Did you mean 'typeof ES6Client'?
test (22.x): src/service/elasticsearch.ts#L71
'ES7Client' refers to a value, but is being used as a type here. Did you mean 'typeof ES7Client'?
test (22.x): src/service/elasticsearch.ts#L71
'ES6Client' refers to a value, but is being used as a type here. Did you mean 'typeof ES6Client'?
test (22.x): src/service/elasticsearch.ts#L68
'ES7ApiResponse' refers to a value, but is being used as a type here. Did you mean 'typeof ES7ApiResponse'?
test (22.x): src/service/elasticsearch.ts#L68
'ES6ApiResponse' refers to a value, but is being used as a type here. Did you mean 'typeof ES6ApiResponse'?