Skip to content

WIP | Poidh V2 MVP

WIP | Poidh V2 MVP #14

Triggered via pull request April 10, 2024 20:47
@hostgsrhostgsr
synchronize #3
staging
Status Failure
Total duration 46s
Artifacts

lint.yml

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

Annotations

10 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/WalletProvider copy.tsx#L36
'myWallet' is never reassigned. Use 'const' instead
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/app/context/WalletProvider copy.tsx#L37
'reciever' is never reassigned. Use 'const' instead
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/app/context/WalletProvider copy.tsx#L48
'txResponse' is never reassigned. Use 'const' instead
⬣ 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#L10
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#L16
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/components/account/AccountInfo.tsx#L131
Type bigint trivially inferred from a bigint literal, remove type annotation
⬣ 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/