Skip to content
Triggered via pull request July 8, 2024 21:26
Status Failure
Total duration 45s
Artifacts

lint_and_build.yml

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

Annotations

8 errors and 11 warnings
Performs linting, formatting on the application: src/strategies/delta_neutral_mm.ts#L135
'_amount' is never reassigned. Use 'const' instead
Performs linting, formatting on the application: src/strategies/delta_neutral_mm.ts#L152
Assignment (=) can be replaced with operator assignment (/=)
Performs linting, formatting on the application: src/strategies/delta_neutral_mm.ts#L159
Unexpected space after unary operator '-'
Performs linting, formatting on the application: src/strategies/delta_neutral_mm.ts#L182
There should be no space before this paren
Performs linting, formatting on the application
Process completed with exit code 1.
Performs linting, formatting on the application
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Performs linting, formatting on the application: src/app/api/stats/[address]/route.ts#L31
'shares' is assigned a value but never used. Allowed unused vars must match /^_/u
Performs linting, formatting on the application: src/app/api/stats/route.ts#L9
'req' is defined but never used. Allowed unused args must match /^_/u
Performs linting, formatting on the application: src/app/page.tsx#L121
Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images
Performs linting, formatting on the application: src/app/strategy/page.tsx#L67
React Hook useEffect has a missing dependency: 'setBalQueryEnable'. Either include it or remove the dependency array
Performs linting, formatting on the application: src/app/strategy/page.tsx#L388
Expected '===' and instead saw '=='
Performs linting, formatting on the application: src/app/strategy/page.tsx#L402
Expected '===' and instead saw '=='
Performs linting, formatting on the application: src/app/strategy/page.tsx#L439
Expected '===' and instead saw '=='
Performs linting, formatting on the application: src/app/strategy/page.tsx#L440
Expected '===' and instead saw '=='
Performs linting, formatting on the application: src/app/template.tsx#L83
'chain' is defined but never used. Allowed unused args must match /^_/u
Performs linting, formatting on the application: src/app/template.tsx#L93
'getIconNode' is defined but never used. Allowed unused vars must match /^_/u