feat: pre deduct funds (backport #135) #489
lint.yml
on: pull_request
golangci-lint
2m 50s
Lint markdown
15s
Annotations
10 errors and 2 warnings
golangci-lint:
tests/app/app.go#L299
app.ModuleManager undefined (type *TestApp has no field or method ModuleManager) (typecheck)
|
golangci-lint:
tests/app/app.go#L318
app.Load undefined (type *TestApp has no field or method Load) (typecheck)
|
golangci-lint:
tests/app/app.go#L328
app.BaseApp undefined (type *TestApp has no field or method BaseApp) (typecheck)
|
golangci-lint:
tests/app/app.go#L333
app.BaseApp undefined (type *TestApp has no field or method BaseApp) (typecheck)
|
golangci-lint:
tests/app/app.go#L365
app.UnsafeFindStoreKey undefined (type *TestApp has no field or method UnsafeFindStoreKey) (typecheck)
|
golangci-lint:
tests/app/export.go#L21
app.NewContext undefined (type *TestApp has no field or method NewContext) (typecheck)
|
golangci-lint:
tests/app/export.go#L25
app.LastBlockHeight undefined (type *TestApp has no field or method LastBlockHeight) (typecheck)
|
golangci-lint:
tests/app/export.go#L31
app.ModuleManager undefined (type *TestApp has no field or method ModuleManager) (typecheck)
|
golangci-lint:
tests/app/export.go#L42
app.BaseApp undefined (type *TestApp has no field or method BaseApp) (typecheck)
|
golangci-lint:
tests/app/export.go#L181
app.Logger undefined (type *TestApp has no field or method Logger) (typecheck)
|
golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, 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/
|
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/feemarket/feemarket. Supported file pattern: go.sum
|