Skip to content

docs: add ooochoche as a contributor for infra #102

docs: add ooochoche as a contributor for infra

docs: add ooochoche as a contributor for infra #102

Triggered via pull request July 25, 2024 07:43
Status Success
Total duration 1m 34s
Artifacts

lint_and_build.yml

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

Annotations

11 warnings
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/route.ts#L6
'req' is defined but never used. Allowed unused args must match /^_/u
Performs linting, formatting on the application: src/app/api/strategies/route.ts#L5
'req' is defined but never used. Allowed unused args must match /^_/u
Performs linting, formatting on the application: src/app/page.tsx#L123
Expected '===' and instead saw '=='
Performs linting, formatting on the application: src/app/strategy/components/Strategy.tsx#L65
React Hook useEffect has a missing dependency: 'setBalQueryEnable'. Either include it or remove the dependency array
Performs linting, formatting on the application: src/app/template.tsx#L82
'chain' is defined but never used. Allowed unused args must match /^_/u
Performs linting, formatting on the application: src/app/template.tsx#L92
'getIconNode' is defined but never used. Allowed unused vars must match /^_/u