Skip to content

feat(cip1694): preparatory work #609

feat(cip1694): preparatory work

feat(cip1694): preparatory work #609

Triggered via push December 17, 2023 16:25
Status Failure
Total duration 31s
Artifacts

CI.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build (18.x): src/routes/governance/dreps/hash/index.ts#L17
Replace `·await·clientDbSync.query<QueryTypes.DRepsDrepID>(⏎········SQLQuery.get('governance_dreps_drep_id'),` with `⏎········await·clientDbSync.query<QueryTypes.DRepsDrepID>(SQLQuery.get('governance_dreps_drep_id'),·[`
build (18.x): src/routes/governance/dreps/hash/index.ts#L19
Replace `········[request.params.drep_id]` with `··········request.params.drep_id`
build (18.x): src/routes/governance/dreps/index.ts#L17
Replace `⏎··········await·clientDbSync.query<QueryTypes.DReps>(SQLQuery.get('governance_dreps'),·[` with `·await·clientDbSync.query<QueryTypes.DReps>(⏎··········SQLQuery.get('governance_dreps'),`
build (18.x): src/routes/governance/dreps/index.ts#L19
Replace `··request.query.order,⏎············request.query.count,⏎············request.query.page` with `[request.query.order,·request.query.count,·request.query.page]`
build (18.x): src/types/responses/governance.ts#L8
Delete `⏎⏎`
build (18.x)
Process completed with exit code 1.
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/