Skip to content

Refactor lucide icon into its own component #101

Refactor lucide icon into its own component

Refactor lucide icon into its own component #101

Triggered via pull request September 26, 2023 18:57
Status Failure
Total duration 1m 4s
Artifacts

actions.yml

on: pull_request
lint-and-check-formatting
54s
lint-and-check-formatting
build
33s
build
run-tests
33s
run-tests
run-typecheck
33s
run-typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-and-check-formatting: src/ui/Icon.svelte#L3
Replace `····export·let·name·=·"";` with `↹export·let·name·=·"";·`
lint-and-check-formatting: src/ui/Icon.svelte#L5
Replace `{@html·getIcon(name)?.outerHTML}` with `⏎{@html·getIcon(name)?.outerHTML}⏎`
lint-and-check-formatting: src/ui/PublicationCenter.svelte#L284
Replace `·↹<Icon·name="clock"` with `↹<Icon·name="clock"·`
lint-and-check-formatting: src/ui/TreeView/TreeNode.svelte#L12
'getIcon' is defined but never used. Allowed unused vars must match /^_/u
lint-and-check-formatting
Process completed with exit code 1.