Skip to content

Add group table support to repopulated items #794

Add group table support to repopulated items

Add group table support to repopulated items #794

Triggered via push September 19, 2023 23:44
Status Failure
Total duration 20m 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
Lint: apps/smart-forms-app/src/features/repopulate/components/RepopulateGroupTable.tsx#L19
All imports in the declaration are only used as types. Use `import type`
Lint: apps/smart-forms-app/src/features/repopulate/components/RepopulateItemSwitcher.tsx#L18
All imports in the declaration are only used as types. Use `import type`
Lint: apps/smart-forms-app/src/features/repopulate/components/RepopulateSingleItem.tsx#L20
All imports in the declaration are only used as types. Use `import type`
Lint: packages/smart-forms-renderer/src/utils/repopulateRepeatGroup.ts#L18
All imports in the declaration are only used as types. Use `import type`
Lint: packages/smart-forms-renderer/src/utils/repopulateRepeatGroup.ts#L19
All imports in the declaration are only used as types. Use `import type`
Lint
Process completed with exit code 1.
Cypress Tests
Cypress tests: 16 failed
Lint: apps/smart-forms-app/.storybook/main.ts#L9
Unexpected any. Specify a different type
Lint: apps/smart-forms-app/cypress/global.d.ts#L22
Unexpected any. Specify a different type
Lint: apps/smart-forms-app/cypress/support/commands.ts#L18
Do not use "@ts-nocheck" because it alters compilation errors
Lint: apps/smart-forms-app/src/features/playground/components/DropBox.tsx#L24
Unexpected any. Specify a different type
Lint: apps/smart-forms-app/src/features/playground/components/FileCollector.tsx#L36
Unexpected any. Specify a different type
Lint: apps/smart-forms-app/src/features/playground/components/Playground.tsx#L21
Do not use "@ts-ignore" because it alters compilation errors
Lint: apps/smart-forms-app/src/features/playground/hooks/useFileDrop.ts#L28
Unexpected any. Specify a different type
Lint: apps/smart-forms-app/src/features/playground/hooks/useFileDrop.ts#L32
Unexpected any. Specify a different type
Lint: apps/smart-forms-app/src/features/playground/typePredicates/isQuestionnaire.ts#L20
Unexpected any. Specify a different type
Lint: apps/smart-forms-app/src/features/tokenTimer/components/AutoSaveDialog.tsx#L49
React Hook useEffect has a missing dependency: 'handleAutoSave'. Either include it or remove the dependency array