Skip to content

testnet

testnet #5

Triggered via push October 14, 2024 11:15
Status Failure
Total duration 4m 20s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
golangci-lint: server/start.go#L5
File is not `gofumpt`-ed (gofumpt)
golangci-lint: server/start.go#L6
File is not `gofumpt`-ed (gofumpt)
golangci-lint: server/start.go#L10
File is not `gofumpt`-ed (gofumpt)
golangci-lint: server/start.go#L40
File is not `gofumpt`-ed (gofumpt)
golangci-lint: server/start.go#L48
File is not `gofumpt`-ed (gofumpt)
golangci-lint: x/bank/simulation/operations.go#L179
SA4030: (*math/rand.Rand).Intn(n) generates a random value 0 <= x < n; that is, the generated values don't include n; r.Intn(1) therefore always returns 0 (staticcheck)
golangci-lint
issues found
golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/