Skip to content

added divider, group, title #145

added divider, group, title

added divider, group, title #145

Status Failure
Total duration 1m 0s
Artifacts

build.yml

on: push
format-check
46s
format-check
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
format-check: src/components/popover-menu/popover-menu-panel.tsx#L13
Exported variable 'PopoverMenuPanel' has or is using name 'PopoverMenuGroupProps' from external module "/home/runner/work/hailstorm/hailstorm/src/components/popover-menu/popover-menu-panel-group" but cannot be named.
format-check: src/components/popover-menu/popover-menu-panel.tsx#L13
Exported variable 'PopoverMenuPanel' has or is using name 'PopoverMenuPanelTitleProps' from external module "/home/runner/work/hailstorm/hailstorm/src/components/popover-menu/popover-menu-panel-title" but cannot be named.
format-check: src/components/popover-menu/popover-menu.tsx#L13
Exported variable 'PopoverMenu' has or is using name 'PopoverMenuGroupProps' from external module "/home/runner/work/hailstorm/hailstorm/src/components/popover-menu/popover-menu-panel-group" but cannot be named.
format-check: src/components/popover-menu/popover-menu.tsx#L13
Exported variable 'PopoverMenu' has or is using name 'PopoverMenuPanelTitleProps' from external module "/home/runner/work/hailstorm/hailstorm/src/components/popover-menu/popover-menu-panel-title" but cannot be named.
format-check
Process completed with exit code 1.
format-check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/