Skip to content

feat: add CORS middleware to all route handlers #20

feat: add CORS middleware to all route handlers

feat: add CORS middleware to all route handlers #20

Triggered via pull request February 4, 2025 18:47
Status Failure
Total duration 55s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build-and-push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c go build -o app ./cmd/main.go" did not complete successfully: exit code: 1
test
Process completed with exit code 1.
test: configs/config.go#L24
exported function GetEnvironmentVariable should have comment or be unexported
test: internal/handlers/handlers.go#L102
exported type LegalHandler should have comment or be unexported
test: routes/legal_routes.go#L10
comment on exported function RegisterLegalRoutes should be of the form "RegisterLegalRoutes ..."