Skip to content

feat: add IngestStreamVideosButton component… #86

feat: add IngestStreamVideosButton component…

feat: add IngestStreamVideosButton component… #86

Triggered via pull request December 24, 2024 20:34
Status Success
Total duration 25s
Artifacts

unittest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 1 notice
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint/suspicious/noExplicitAny: src/components/atoms/SegmentSelector.stories.tsx#L50
Unexpected any. Specify a different type.
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/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/suspicious/noExplicitAny: src/resources/streams/List.tsx#L70
Unexpected any. Specify a different type.
lint/complexity/noForEach: src/resources/streams/List.tsx#L107
Prefer for...of instead of forEach.