Skip to content

feat: Add batch extender #122

feat: Add batch extender

feat: Add batch extender #122

Triggered via pull request February 4, 2025 15:43
Status Failure
Total duration 1m 35s
Artifacts

ci_release.yml

on: pull_request
lint  /  golangci-lint
42s
lint / golangci-lint
lint  /  yamllint
8s
lint / yamllint
lint  /  markdown-lint
18s
lint / markdown-lint
test  /  Go Mod Tidy Check
14s
test / Go Mod Tidy Check
test  /  Run Unit Tests
1m 24s
test / Run Unit Tests
test  /  Run Integration Tests
4s
test / Run Integration Tests
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint / golangci-lint: sequencing/transaction_queue.go#L13
exported: exported type BatchExtender should have comment or be unexported (revive)
lint / golangci-lint: sequencing/transaction_queue.go#L102
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint / golangci-lint: sequencing/transaction_queue.go#L9
File is not properly formatted (goimports)
lint / golangci-lint
issues found