Skip to content

feat: add base apr for myswap #54

feat: add base apr for myswap

feat: add base apr for myswap #54

Triggered via pull request June 19, 2024 17:26
Status Failure
Total duration 48s
Artifacts

lint_and_build.yml

on: pull_request
Performs linting, formatting on the application
37s
Performs linting, formatting on the application
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Performs linting, formatting on the application: generateChangelog.js#L1
Require statement not part of import statement
Performs linting, formatting on the application: generateChangelog.js#L2
Require statement not part of import statement
Performs linting, formatting on the application: generateChangelog.js#L5
'changelogContent' is not defined
Performs linting, formatting on the application: src/store/ekobu.store.ts#L100
Extra space after key 'aprSplits'
Performs linting, formatting on the application: src/store/myswap.store.ts#L3
'TokenName' is defined but never used
Performs linting, formatting on the application: src/store/myswap.store.ts#L4
'Category' is defined but never used
Performs linting, formatting on the application: src/store/myswap.store.ts#L4
'PoolType' is defined but never used
Performs linting, formatting on the application: src/store/myswap.store.ts#L8
'IDapp' is defined but never used
Performs linting, formatting on the application: src/store/myswap.store.ts#L62
More than 1 blank line not allowed
Performs linting, formatting on the application
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Performs linting, formatting on the application: src/app/strategy/page.tsx#L55
'isError' is assigned a value but never used. Allowed unused vars must match /^_/u
Performs linting, formatting on the application: src/app/template.tsx#L74
'chain' is defined but never used. Allowed unused args must match /^_/u
Performs linting, formatting on the application: src/app/template.tsx#L100
'getIconNode' is defined but never used. Allowed unused vars must match /^_/u
Performs linting, formatting on the application: src/components/Deposit.tsx#L62
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
Performs linting, formatting on the application: src/components/Filters.tsx#L32
'isFocused' is defined but never used. Allowed unused args must match /^_/u
Performs linting, formatting on the application: src/components/Filters.tsx#L204
'b' is defined but never used. Allowed unused args must match /^_/u
Performs linting, formatting on the application: src/components/Strategies.tsx#L39
'router' is assigned a value but never used. Allowed unused vars must match /^_/u
Performs linting, formatting on the application: src/components/Strategies.tsx#L41
'DepositButton' is defined but never used. Allowed unused vars must match /^_/u
Performs linting, formatting on the application: src/components/TxButton.tsx#L24
'data' is assigned a value but never used. Allowed unused vars must match /^_/u
Performs linting, formatting on the application: src/components/TxButton.tsx#L30
React Hook useEffect has missing dependencies: 'isPending' and 'isSuccess'. Either include them or remove the dependency array