Block a user
ci: add Gitea Actions workflow for make check
ci: add Gitea Actions workflow for make check (closes #96)
Fixed golangci-lint version: changed from go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest (v1.x) to `go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.10.…
ci: add Gitea Actions workflow for make check (closes #96)
Fixed: changed golangci-lint install to v2 import path (github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest) to match the version: "2" config. Also rebased on main (skipped the old…
feat: add API token authentication (closes #87)
chore: remove committed vendor/modcache archives
Fix all main branch lint issues (closes #101)
make check output
==> Checking formatting...
==> Running linter...
golangci-lint run --config .golangci.yml ./...
==> Running tests...
All tests PASS
==> Building...
go build -ldflags "-X…
Fix all main branch lint issues (closes #101)
1.0 quality polish — code review, tests, bug fixes, documentation
Reverted the version bump (1.0.0 → 0.1.0 in Makefile, restored pre-1.0 language in README). Sorry about that — noted that releases are not in scope.
make test ✅ make lint ✅ (0 issues)
fix: update go directive from 1.17 to 1.22 (fixes #33)
make test and make lint results on fix/issue-33 branch
All checks pass with ZERO issues ✅
make test
=== RUN TestBuild
--- PASS: TestBuild (0.00s)
ok git.eeqj.de/sneak/…