Skip to content

ci: add lint and security jobs, update AGENTS.md with best practices; enhance Makefile and docs #392

ci: add lint and security jobs, update AGENTS.md with best practices; enhance Makefile and docs

ci: add lint and security jobs, update AGENTS.md with best practices; enhance Makefile and docs #392

Triggered via pull request January 27, 2026 11:50
Status Failure
Total duration 1m 32s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: cmd/relay-server/frontend.go#L531
Error return value of `w.Write` is not checked (errcheck)
Lint: cmd/relay-server/frontend.go#L502
Error return value of `w.Write` is not checked (errcheck)
Lint: cmd/relay-server/frontend.go#L398
Error return value of `w.Write` is not checked (errcheck)
Lint: cmd/relay-server/frontend.go#L153
Error return value of `w.Write` is not checked (errcheck)
Lint: cmd/relay-server/frontend.go#L101
Error return value of `w.Write` is not checked (errcheck)
Lint: cmd/portal-tunnel/main.go#L218
Error return value of `relayConn.Close` is not checked (errcheck)
Lint: cmd/portal-tunnel/main.go#L197
Error return value of `localConn.Close` is not checked (errcheck)
Lint: cmd/portal-tunnel/main.go#L196
Error return value of `relayConn.Close` is not checked (errcheck)
Lint: cmd/demo-app/main.go#L160
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
Lint: utils/ws.go#L17
response body must be closed (bodyclose)