Skip to content

Update examples (#1) #5

Update examples (#1)

Update examples (#1) #5

Triggered via push September 27, 2024 10:57
Status Failure
Total duration 33s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Lint: src/sdk/tx/transactions.go#L338
unusedresult: result of fmt.Errorf call not used (govet)
Lint: src/sdk/tx/transactions.go#L343
unusedresult: result of fmt.Errorf call not used (govet)
Lint: src/sdk/events.go#L381
ineffectual assignment to err (ineffassign)
Lint: src/sdk/events.go#L473
ineffectual assignment to err (ineffassign)
Lint: src/extrinsic/era.go#L143
SA4003: no value of type uint is greater than math.MaxUint64 (staticcheck)
Lint
Process completed with exit code 1.
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/