Skip to content

Add devcontainers

Add devcontainers #654

Triggered via push July 20, 2024 18:03
Status Success
Total duration 2m 48s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
UI Tests: openubl/ui/client/src/app/api/rest.ts#L16
'ApiSearchResult' is defined but never used
UI Tests: openubl/ui/client/src/app/components/ConfirmDialog.tsx#L18
Unexpected any. Specify a different type
UI Tests: openubl/ui/client/src/app/components/HookFormPFFields/HookFormPFSelect.tsx#L31
'children' is assigned a value but never used
UI Tests: openubl/ui/client/src/app/components/HookFormPFFields/HookFormPFSelect.tsx#L31
'ref' is assigned a value but never used
UI Tests: openubl/ui/client/src/app/components/OidcProvider.tsx#L41
React Hook React.useEffect has a missing dependency: 'auth'. Either include it or remove the dependency array
UI Tests: openubl/ui/client/src/app/components/PageDrawerContext.tsx#L115
'focusKey' is defined but never used. Allowed unused args must match /^_/u
UI Tests: openubl/ui/client/src/app/hooks/useStorage.ts#L1
Replace `'react'` with `"react"`
UI Tests: openubl/ui/client/src/app/hooks/useStorage.ts#L3
Replace `'localStorage'·|·'sessionStorage'` with `"localStorage"·|·"sessionStorage"`
UI Tests: openubl/ui/client/src/app/hooks/useStorage.ts#L5
Replace `storageType:·StorageType,·key:·string,·defaultValue:·T` with `⏎··storageType:·StorageType,⏎··key:·string,⏎··defaultValue:·T⏎`
UI Tests: openubl/ui/client/src/app/hooks/useStorage.ts#L6
Replace `'undefined'` with `"undefined"`