add workflow #1
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/
|