Block a user
Add make check target and CI workflow
fix: validate repo URL format on app creation (closes #88)
Rebased on main (skipped old lint-fix commit, already resolved by #102). make check passes cleanly.
ci: add Gitea Actions workflow for make check (closes #96)
All external references now pinned by cryptographic commit hash (no tags):
actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5(v4)- `actions/setup-go@40f1582b2485089dde7abd97c1529aa768…
ci: add Gitea Actions workflow for make check
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…