Skip to content

feat: testnet deployment for Fuel Station #88

feat: testnet deployment for Fuel Station

feat: testnet deployment for Fuel Station #88

Triggered via pull request December 17, 2024 15:51
Status Failure
Total duration 51s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 4 warnings
Lint: frontend/src/components/NewPlayer.tsx#L30
'hasFunds' is assigned a value but never used
Lint: frontend/src/components/NewPlayer.tsx#L249
'styles' is assigned a value but never used
Lint: frontend/src/components/modals/BuySeeds.tsx#L8
'InputType' is defined but never used
Lint: frontend/src/components/modals/BuySeeds.tsx#L18
'useIsConnected' is defined but never used
Lint: frontend/src/components/modals/BuySeeds.tsx#L19
'useNetwork' is defined but never used
Lint: frontend/src/components/modals/BuySeeds.tsx#L20
'useBalance' is defined but never used
Lint: frontend/src/components/modals/BuySeeds.tsx#L37
'retryCount' is assigned a value but never used
Lint: frontend/src/components/modals/BuySeeds.tsx#L38
'MAX_RETRIES' is assigned a value but never used
Lint
Process completed with exit code 1.
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint: frontend/src/components/Garden.tsx#L43
React Hook useEffect has a missing dependency: 'setTileStates'. Either include it or remove the dependency array. If 'setTileStates' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint: frontend/src/components/NewPlayer.tsx#L36
React Hook useEffect has a missing dependency: 'getBalance'. Either include it or remove the dependency array
Lint: frontend/src/components/show/ShowCoins.tsx#L30
React Hook useEffect has a missing dependency: 'farmCoinAssetID'. Either include it or remove the dependency array