Skip to content

LW-10737: Credential indexer #4

LW-10737: Credential indexer

LW-10737: Credential indexer #4

Triggered via pull request July 19, 2024 10:05
Status Failure
Total duration 6m 48s
Artifacts
Matrix: build_and_test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build_and_test (ubuntu-20.04): packages/projection-typeorm/src/entity/Transaction.entity.ts#L25
Replace `"transaction_credentials"` with `'transaction_credentials'`
build_and_test (ubuntu-20.04): packages/projection-typeorm/src/entity/Transaction.entity.ts#L26
Replace `"transaction_id",·referencedColumnName:·"id"` with `'transaction_id',·referencedColumnName:·'id'`
build_and_test (ubuntu-20.04): packages/projection-typeorm/src/entity/Transaction.entity.ts#L27
Replace `"credential_id",·referencedColumnName:·"id"·},` with `'credential_id',·referencedColumnName:·'id'·}`
build_and_test (ubuntu-20.04)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build_and_test (ubuntu-20.04): packages/core/src/Cardano/types/Transaction.ts#L16
Imports should be sorted alphabetically
build_and_test (ubuntu-20.04): packages/ogmios/src/ogmiosToCore/tx.ts#L422
Expected object keys to be in natural ascending order. 'body' should be before 'cbor'
build_and_test (ubuntu-20.04): packages/projection-typeorm/src/entity/Credential.entity.ts#L21
Expected object keys to be in natural ascending order. 'enum' should be before 'type'
build_and_test (ubuntu-20.04): packages/projection-typeorm/src/entity/Transaction.entity.ts#L26
Expected object keys to be in natural ascending order. 'joinColumn' should be before 'name'
build_and_test (ubuntu-20.04): packages/projection-typeorm/src/entity/Transaction.entity.ts#L27
Expected object keys to be in natural ascending order. 'inverseJoinColumn' should be before 'joinColumn'
build_and_test (ubuntu-20.04): packages/projection-typeorm/src/operators/storeTransactions.ts#L18
Expected object keys to be in natural ascending order. 'cbor' should be before 'txId'
build_and_test (ubuntu-20.04): packages/projection-typeorm/src/operators/storeTransactions.ts#L19
Expected object keys to be in natural ascending order. 'block' should be before 'cbor'
build_and_test (ubuntu-20.04): packages/projection/src/operators/Mappers/util.ts#L4
Imports should be sorted alphabetically