Skip to content

Links color + add Dominic work #27

Links color + add Dominic work

Links color + add Dominic work #27

Triggered via push October 8, 2025 13:33
Status Success
Total duration 42s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build: src/components/tool-card.ts#L7
The title attribute is a native global attribute. Using it as a property could have unintended side-effects
build: src/components/details.ts#L431
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
build: src/components/details.ts#L429
Prefer using an optional chain expression instead, as it's more concise and easier to read
build: src/components/details.ts#L408
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build: src/components/details.ts#L374
Prefer using an optional chain expression instead, as it's more concise and easier to read