Skip to content

feat(overlay): add trinkets support #79

feat(overlay): add trinkets support

feat(overlay): add trinkets support #79

Triggered via push August 22, 2024 23:42
Status Success
Total duration 1m 6s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/config/components/OverlayAdmin/OverlayAdmin.tsx#L140
Method 'render' has too many lines (208). Maximum allowed is 200
build: src/utils/hocs.tsx#L9
Don't use `{}` as a type. If you're trying to do something like React.FC<{}>, use React.FC instead
build: src/utils/hocs.tsx#L10
Don't use `{}` as a type. If you're trying to do something like React.FC<{}>, use React.FC instead
build: src/utils/twitch.tsx#L23
An empty interface is equivalent to `{}`
build: src/viewer/PubSubListener.tsx#L16
An empty interface is equivalent to `{}`
build: src/viewer/mobile/Root.tsx#L6
An empty interface is equivalent to `{}`
build: src/viewer/mobile/Scroller.tsx#L9
An empty interface is equivalent to `{}`
build: src/viewer/overlay/Overlay.tsx#L337
Method 'render' has too many lines (309). Maximum allowed is 200
build: src/viewer/overlay/Root.tsx#L6
An empty interface is equivalent to `{}`