This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
HYP-2: linting --fix. #50
test.yml
on: push
repo_ids
5s
Run lint
23s
Run dependency check
21s
Check version
3s
Build docker image
1m 31s
Matrix: Run tests
Annotations
11 errors and 2 warnings
Check version
Newest tag: v0.0.2 is a higher version than package.json: 0.0.1
|
Run dependency check
Process completed with exit code 255.
|
Run tests (offchain):
src/controllers/v1/certificate/index.ts#L19
'CertificateRow' is declared but its value is never read.
|
Run tests (offchain)
Process completed with exit code 2.
|
Run tests (onchain)
The job was canceled because "offchain" failed.
|
Run tests (onchain):
src/controllers/v1/certificate/index.ts#L19
'CertificateRow' is declared but its value is never read.
|
Run tests (onchain)
Process completed with exit code 2.
|
Run tests (unit)
The job was canceled because "offchain" failed.
|
Run tests (unit):
src/controllers/v1/certificate/index.ts#L19
'CertificateRow' is declared but its value is never read.
|
Run tests (unit)
Process completed with exit code 2.
|
Build docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 2
|
Run lint:
src/controllers/v1/certificate/index.ts#L19
'CertificateRow' is defined but never used
|
Run lint:
src/lib/indexer/__tests__/eventProcessor.test.ts#L54
'_' is assigned a value but never used
|