Add our own AP feed to API/UI #497
ci.yaml
on: pull_request
Build and upload to riffraff
2m 17s
Annotations
9 warnings
Build and upload to riffraff:
newswires/client/src/App.tsx#L4
'EuiFlexGroup' is defined but never used. Allowed unused vars must match /^_/u
|
Build and upload to riffraff:
newswires/client/src/App.tsx#L5
'EuiFlexItem' is defined but never used. Allowed unused vars must match /^_/u
|
Build and upload to riffraff:
newswires/client/src/App.tsx#L13
'EuiSpacer' is defined but never used. Allowed unused vars must match /^_/u
|
Build and upload to riffraff:
newswires/client/src/App.tsx#L14
'EuiSwitch' is defined but never used. Allowed unused vars must match /^_/u
|
Build and upload to riffraff:
newswires/client/src/App.tsx#L33
'toggleAutoUpdate' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Build and upload to riffraff:
newswires/client/src/Item.tsx#L74
React Hook useEffect has a missing dependency: 'maybeSearchParams'. Either include it or remove the dependency array
|
Build and upload to riffraff:
newswires/client/src/WireDetail.tsx#L9
'EuiHeaderAlert' is defined but never used. Allowed unused vars must match /^_/u
|
Build and upload to riffraff:
newswires/client/src/useSearch.tsx#L37
'StateSchema' is assigned a value but only used as a type. Allowed unused vars must match /^_/u
|
Build and upload to riffraff:
newswires/client/src/useSearch.tsx#L72
'ActionSchema' is assigned a value but only used as a type. Allowed unused vars must match /^_/u
|