feat: Implement generic filters #334
Triggered via pull request
September 10, 2024 18:42
Status
Failure
Total duration
1m 39s
Artifacts
–
main.yaml
on: pull_request
Go Linter
/
lint
1m 29s
Go Test
/
test
1m 24s
Go Test
/
test-with-race
1m 27s
Go Codegen
/
generate
1m 11s
Annotations
7 errors and 4 warnings
Go Codegen / generate
Process completed with exit code 1.
|
Go Linter / lint:
serve/graph/gen/generate.go#L1
compiler directive contains space: // go:build (gocheckcompilerdirectives)
|
Go Linter / lint:
serve/graph/setup.go#L22
named return "res" with type "interface{}" found (nonamedreturns)
|
Go Linter / lint:
serve/graph/setup.go#L22
named return "err" with type "error" found (nonamedreturns)
|
Go Linter / lint:
serve/graph/setup.go#L22
unused-parameter: parameter 'obj' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint:
serve/graph/setup.go#L22
unused-parameter: parameter 'extras' seems to be unused, consider removing or renaming it as _ (revive)
|
Go Linter / lint
issues found
|
Go Codegen / generate
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|
Go Test / test
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|
Go Test / test-with-race
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|
Go Linter / lint
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|