Skip to content

Import existing frontend from glowing-telegram here #54

Import existing frontend from glowing-telegram here

Import existing frontend from glowing-telegram here #54

Triggered via pull request December 20, 2024 01:04
@saebynsaebyn
synchronize #13
import-existing
Status Failure
Total duration 30s
Artifacts

unittest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 11 warnings, and 1 notice
format: src/types.ts#L1
File content differs from formatting output
format: src/components/atoms/TimeDurationInput/TimeDurationInputBase.stories.tsx#L1
File content differs from formatting output
organizeImports: src/components/atoms/TimeDurationInput/index.tsx#L1
Import statements differs from the output
format: src/components/atoms/TimeDurationInput/index.tsx#L1
File content differs from formatting output
organizeImports: src/components/molecules/ChatDialog.stories.tsx#L1
Import statements differs from the output
organizeImports: src/components/molecules/MediaPickerInput/MediaPicker.stories.tsx#L1
Import statements differs from the output
format: src/components/molecules/ChatDialog.stories.tsx#L1
File content differs from formatting output
format: src/components/molecules/MediaPickerInput/MediaPicker.stories.tsx#L1
File content differs from formatting output
organizeImports: src/components/molecules/MediaPickerInput/index.tsx#L1
Import statements differs from the output
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint/suspicious/noArrayIndexKey: src/components/molecules/ChatDialog.tsx#L74
Avoid using the index of an array as key property in an element.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L14
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L14
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L15
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L21
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L21
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/export.ts#L148
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/export.ts#L149
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/floatJson.ts#L37
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/floatJson.ts#L48
Unexpected any. Specify a different type.
lint/complexity/noForEach: src/resources/streams/List.tsx#L101
Prefer for...of instead of forEach.