Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

E2e automate using github actions #91

E2e automate using github actions

E2e automate using github actions #91

Triggered via push December 28, 2023 13:06
Status Success
Total duration 2m 42s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: example/components/Button.tsx#L47
'type' is already declared in the upper scope on line 40 column 3
lint: example/components/Button.tsx#L48
'disabled' is already declared in the upper scope on line 41 column 3
lint: example/components/Button.tsx#L63
'type' is already declared in the upper scope on line 40 column 3
lint: example/components/Button.tsx#L71
'type' is already declared in the upper scope on line 40 column 3
lint: example/components/Button.tsx#L72
'disabled' is already declared in the upper scope on line 41 column 3
lint: example/components/InCallButton.tsx#L47
'type' is already declared in the upper scope on line 42 column 3
lint: example/components/InCallButton.tsx#L56
'type' is already declared in the upper scope on line 42 column 3
lint: example/components/Typo.tsx#L204
'variant' is already declared in the upper scope on line 190 column 3
lint: example/components/VideosGrid.tsx#L38
Inline style: { flex: 1 }
lint: example/screens/RoomScreen.tsx#L51
Inline style: { display: 'flex', flexDirection: 'row', gap: 20 }