Skip to content

WIP | Poidh V2 MVP

WIP | Poidh V2 MVP #26

Triggered via pull request April 12, 2024 19:30
@RhovianRhovian
synchronize #3
staging
Status Failure
Total duration 35s
Artifacts

lint.yml

on: pull_request
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
25s
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 12 warnings
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/__tests__/functions.tsx#L1
Do not use "@ts-nocheck" because it alters compilation errors
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/app/context/web3 copy.tsx#L1
Do not use "@ts-nocheck" because it alters compilation errors
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/app/context/web3 copy.tsx#L11
React Hook "useDynamicContext" is called in function "getSigner" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/app/context/web3 copy.tsx#L17
React Hook "useDynamicContext" is called in function "getContract" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/lib/BalanceHook.ts#L3
React Hook "useDynamicContext" cannot be called at the top level. React Hooks must be called in a React function component or a custom React Hook function
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
Process completed with exit code 1.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/app/context/WalletProvider copy.tsx#L25
'contract' is assigned a value but never used. Allowed unused vars must match /^_/u
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/app/context/WalletProvider copy.tsx#L35
'myWallet' is assigned a value but never used. Allowed unused vars must match /^_/u