Skip to content

Add a gh workflow for typechecking and linting #1

Add a gh workflow for typechecking and linting

Add a gh workflow for typechecking and linting #1

Triggered via pull request August 16, 2024 03:15
Status Failure
Total duration 36s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build: src/components/donate/Card.tsx#L62
Type '{ children: Element; isPrimary: true; }' is not assignable to type 'IntrinsicAttributes & ButtonHTMLAttributes<HTMLButtonElement> & { slim?: boolean | undefined; variant?: "primary" | "rosemary" | "default" | undefined; forwardRef?: Ref<...> | undefined; }'.
build: src/components/donate/Card.tsx#L70
Type '{ children: Element; isOutline: true; }' is not assignable to type 'IntrinsicAttributes & ButtonHTMLAttributes<HTMLButtonElement> & { slim?: boolean | undefined; variant?: "primary" | "rosemary" | "default" | undefined; forwardRef?: Ref<...> | undefined; }'.
build: src/components/ui/Earth3D.tsx#L4
Cannot find module 'three/addons/loaders/SVGLoader.js' or its corresponding type declarations.
build
Process completed with exit code 2.