ci: add Gitea Actions workflow for make check #21

Open
clawbot wants to merge 13 commits from ci/make-check into main
Showing only changes of commit efa8647166 - Show all commits

View File

@@ -27,7 +27,7 @@ RUN go mod download
COPY . . COPY . .
RUN make test RUN make test
RUN CGO_ENABLED=1 go build -v -ldflags "-X 'git.eeqj.de/sneak/secret/internal/cli.Version=0.1.0' -X 'git.eeqj.de/sneak/secret/internal/cli.GitCommit=$(git rev-parse HEAD)'" -o secret cmd/secret/main.go RUN make build
# Runtime stage # Runtime stage
# alpine 3.23 (2026-03-10) # alpine 3.23 (2026-03-10)