Skip to content

Added basic style

Added basic style #21

Triggered via push October 10, 2023 14:16
Status Failure
Total duration 44s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
Node 18 on ubuntu-latest: src/components/AuthForm.tsx#L33
Do not use "@ts-ignore" because it alters compilation errors
Node 18 on ubuntu-latest: src/components/AuthForm.tsx#L35
Do not use "@ts-ignore" because it alters compilation errors
Node 18 on ubuntu-latest: src/components/GroupIcon.tsx#L22
Prefer `String#slice()` over `String#substring()`
Node 18 on ubuntu-latest: src/components/LoginProtected.tsx#L13
Unexpected negated condition
Node 18 on ubuntu-latest: src/lib/ws.ts#L2
Type boolean trivially inferred from a boolean literal, remove type annotation
Node 18 on ubuntu-latest
Process completed with exit code 1.
Node 18 on windows-latest
The job was canceled because "_18_ubuntu-latest" failed.
Node 18 on windows-latest
The operation was canceled.
Node 18 on macos-latest
The job was canceled because "_18_ubuntu-latest" failed.
Node 18 on macos-latest
The operation was canceled.
Node 18 on ubuntu-latest: src/components/GroupForm.tsx#L22
Unexpected any. Specify a different type
Node 18 on ubuntu-latest: src/lib/hooks.ts#L1
'useDispatch' import from 'react-redux' is restricted. Use typed hooks `useAppDispatch` and `useAppSelector` instead
Node 18 on ubuntu-latest: src/lib/hooks.ts#L1
'useSelector' import from 'react-redux' is restricted. Use typed hooks `useAppDispatch` and `useAppSelector` instead
Node 18 on ubuntu-latest: src/lib/reducers/groups.ts#L46
Generic Object Injection Sink
Node 18 on ubuntu-latest: src/lib/reducers/message.ts#L35
Generic Object Injection Sink
Node 18 on ubuntu-latest: src/pages/Group.tsx#L20
Forbidden non-null assertion
Node 18 on ubuntu-latest: src/pages/Home.tsx#L26
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array