ci: add Gitea Actions workflow for make check #21

Merged
sneak merged 13 commits from ci/make-check into main 2026-03-30 21:34:49 +02:00
Showing only changes of commit 8edc629dd6 - Show all commits

View File

@@ -26,7 +26,7 @@ fmt:
lint:
golangci-lint run --timeout 5m
check: build lint test
check: build lint test fmt-check
# Build Docker container
docker: