Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

ci: copy workflows from fastcdc #1

ci: copy workflows from fastcdc

ci: copy workflows from fastcdc #1

Triggered via push February 23, 2026 04:22
Status Failure
Total duration 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint
issues found
lint: generator/helpers.go#L244
S1008: should use 'return strings.HasPrefix(t, "sql.Null")' instead of 'if strings.HasPrefix(t, "sql.Null") { return true }; return false' (staticcheck)
lint: generator/helpers.go#L124
ST1005: error strings should not end with punctuation or newlines (staticcheck)
lint: generator/helpers.go#L21
QF1001: could apply De Morgan's law (staticcheck)
lint: generator/generator.go#L182
QF1003: could use tagged switch on typeStr (staticcheck)