Skip to content

Feat/tarot design 1 #32

Feat/tarot design 1

Feat/tarot design 1 #32

Triggered via pull request January 10, 2025 12:25
Status Failure
Total duration 1m 10s
Billable time 1m
Artifacts

static-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
test: src/components/pages/game/game.tsx#L50
Replace `font-inknut·container·flex·flex-col·gap-[20px]·py-[20px]` with `container·flex·flex-col·gap-[20px]·py-[20px]·font-inknut`
test: src/components/pages/game/game.tsx#L51
Replace `font-bona-nova-sc·text-center` with `text-center·font-bona-nova-sc`
test: src/components/pages/game/game.tsx#L56
Missing "key" prop for element in iterator
test: src/hooks/contracts/write/use-make-prediction.ts#L69
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
test
Process completed with exit code 1.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test: src/components/common/Header/connect-wallet-button.tsx#L49
React Hook useEffect has a missing dependency: 'setIsOpen'. Either include it or remove the dependency array
test: src/components/ui/button.tsx#L44
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components