fix: nil check in post (backport #118) #453
lint.yml
on: pull_request
golangci-lint
2m 8s
Lint markdown
17s
Annotations
10 errors and 2 warnings
golangci-lint:
x/feemarket/post/fee.go#L4
missing import path (typecheck)
|
golangci-lint:
x/feemarket/post/fee.go#L5
missing import path (typecheck)
|
golangci-lint:
x/feemarket/post/fee.go#L8
missing import path (typecheck)
|
golangci-lint:
x/feemarket/post/fee.go#L27
missing import path (typecheck)
|
golangci-lint:
x/feemarket/post/fee.go#L29
import path must be a string (typecheck)
|
golangci-lint:
x/feemarket/post/fee.go#L30
import path must be a string (typecheck)
|
golangci-lint:
x/feemarket/post/fee.go#L31
import path must be a string (typecheck)
|
golangci-lint:
x/feemarket/post/fee.go#L32
missing import path (typecheck)
|
golangci-lint:
x/feemarket/post/fee.go#L34
missing import path (typecheck)
|
golangci-lint:
x/feemarket/post/fee.go#L35
expected declaration, found 'return' (typecheck)
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/feemarket/feemarket. Supported file pattern: go.sum
|