#135-Implement "Frequently asked questions" block #85
main.yaml
on: pull_request
tests
1m 10s
Test_Docker
6s
Annotations
12 errors and 4 warnings
|
Test_Docker
buildx failed with: ERROR: failed to build: failed to solve: failed to read dockerfile: open ./Dockerfile: no such file or directory
|
|
tests
Process completed with exit code 3.
|
|
tests:
src/components/file-component/FileComponent.tsx#L20
Unsafe call of an `any` typed value
|
|
tests:
src/components/file-component/FileComponent.tsx#L20
Unsafe assignment of an `any` value
|
|
tests:
src/components/file-component/FileComponent.constants.ts#L4
Unsafe member access .url on an `any` value
|
|
tests:
src/components/file-component/FileComponent.constants.ts#L4
Unsafe argument of type `any` assigned to a parameter of type `string | URL | undefined`
|
|
tests:
src/components/file-component/FileComponent.constants.ts#L3
'any' overrides all other types in this union type
|
|
tests:
src/components/file-component/FileComponent.constants.ts#L3
'any' overrides all other types in this union type
|
|
tests:
src/components/clickable-image/ClickableImage.tsx#L30
Unsafe member access .path on an `any` value
|
|
tests:
src/components/clickable-image/ClickableImage.tsx#L30
Unsafe assignment of an `any` value
|
|
tests:
src/components/clickable-image/ClickableImage.tsx#L28
Unsafe member access .name on an `any` value
|
|
tests:
src/components/clickable-image/ClickableImage.tsx#L28
Unsafe assignment of an `any` value
|
|
SonarScanner
Running this GitHub Action without SONAR_TOKEN is not recommended
|
|
SonarScanner
This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action.
|
|
tests:
src/pages/find-offers/FindOffers.tsx#L138
React Hook useEffect has missing dependencies: 'searchParams' and 't'. Either include them or remove the dependency array
|
|
tests:
src/components/async-autocomlete/AsyncAutocomplete.tsx#L45
React Hook useEffect has missing dependencies: 'fetchCondition', 'fetchData', and 'fetchOnFocus'. Either include them or remove the dependency array
|