You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: fix llmgate replace, MinIO service, and parser lint findings
Three related fixes surfaced by the first CI run:
- go.mod: drop the `replace github.com/hallelx2/llmgate => ../llmgate`
directive and depend on the now-tagged v0.1.0 from the proxy. CI
doesn't have a sibling working copy to replace into.
- ci.yml: MinIO can't run as a `services:` container because Actions
doesn't expose a way to pass the `server /data` command the image
needs. Start it with `docker run` in a step instead, wait for
health, then create the bucket with minio/mc. Also switches the
image from bitnami/minio (which moved to a paid catalog) to the
upstream quay.io/minio/minio.
- pkg/parser/markdown.go: fix two pre-existing staticcheck findings
that the new lint job surfaced. SA1019: replace the deprecated
goldmark Heading.Text(src) with a dedicated headingText helper
that walks inline children. S1040: drop a redundant type assertion
to ast.Node.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments