Skip to content

Addign Dropdown Menu In components #16

Addign Dropdown Menu In components

Addign Dropdown Menu In components #16

Triggered via pull request May 23, 2024 12:17
Status Failure
Total duration 36s
Artifacts

pr-checks.yaml

on: pull_request
tests-and-file-checks
27s
tests-and-file-checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
tests-and-file-checks: src/components/Dropdown/Dropdown.tsx#L5
Expected indentation of 1 tab but found 4 spaces
tests-and-file-checks: src/components/Dropdown/Dropdown.tsx#L6
Expected indentation of 1 tab but found 4 spaces
tests-and-file-checks: src/components/Dropdown/Dropdown.tsx#L8
Expected indentation of 1 tab but found 4 spaces
tests-and-file-checks: src/components/Dropdown/Dropdown.tsx#L9
Expected indentation of 2 tabs but found 8 spaces
tests-and-file-checks: src/components/Dropdown/Dropdown.tsx#L10
Expected indentation of 3 tabs but found 12 spaces
tests-and-file-checks: src/components/Dropdown/Dropdown.tsx#L10
Unexpected any. Specify a different type
tests-and-file-checks: src/components/Dropdown/Dropdown.tsx#L11
Expected indentation of 4 tabs but found 16 spaces
tests-and-file-checks: src/components/Dropdown/Dropdown.tsx#L12
Expected indentation of 4 tabs but found 16 spaces
tests-and-file-checks: src/components/Dropdown/Dropdown.tsx#L13
Expected indentation of 4 tabs but found 16 spaces
tests-and-file-checks: src/components/Dropdown/Dropdown.tsx#L14
Expected indentation of 4 tabs but found 16 spaces
tests-and-file-checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests-and-file-checks: src/components/Dropdown/Dropdown.tsx#L22
Strings must use singlequote
tests-and-file-checks: src/components/List/List.test.tsx#L2
'List' is defined but never used
tests-and-file-checks: src/components/Table/Table.tsx#L10
Fast refresh only works when a file has exports. Move your component(s) to a separate file
tests-and-file-checks: src/components/Table/Table.tsx#L10
'Table' is assigned a value but never used