Skip to content

feat: add network connection context provider #771

feat: add network connection context provider

feat: add network connection context provider #771

Triggered via push October 24, 2024 14:00
Status Failure
Total duration 41s
Artifacts

code-checks.yml

on: push
lint-eslint
30s
lint-eslint
lint-filename
18s
lint-filename
lint-prettier
26s
lint-prettier
lint-commit
13s
lint-commit
lint-unused-exports
20s
lint-unused-exports
typecheck
17s
typecheck
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 16 warnings
typecheck: src/app/providers/network-connection.provider.tsx#L1
'useState' is declared but its value is never read.
typecheck
Process completed with exit code 2.
lint-commit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
typecheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint-filename
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint-unused-exports
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint-prettier
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint-eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint-eslint: src/app/hooks/use-blockchain-height-query.ts#L12
Unexpected console statement
lint-eslint: src/app/hooks/use-evm-vaults.ts#L117
Unexpected console statement
lint-eslint: src/app/hooks/use-mint-burn-events.ts#L25
Unexpected console statement
lint-eslint: src/app/hooks/use-mint-burn-events.ts#L63
Unexpected console statement
lint-eslint: src/app/hooks/use-points.ts#L28
Unexpected console statement
lint-eslint: src/app/hooks/use-proof-of-reserve.ts#L32
Unexpected console statement
lint-eslint: src/app/hooks/use-total-supply.ts#L22
Unexpected console statement
lint-eslint: src/app/hooks/use-xrpl-vaults.ts#L113
Unexpected console statement
lint-eslint: src/app/providers/network-connection.provider.tsx#L1
'useState' is defined but never used