## Summary Set up CI to run on every PR and push to main. ## Tasks - [ ] `go build ./...` for both `cmd/schmutz` and `cmd/join` - [ ] `go test ./...` - [ ] `go vet ./...` - [ ] Cross-compile release binaries on tag push - [ ] Upload binaries + checksums to GitHub Releases automatically ## Notes Keep it simple — single workflow file, no matrix unless needed.
Summary
Set up CI to run on every PR and push to main.
Tasks
go build ./...for bothcmd/schmutzandcmd/joingo test ./...go vet ./...Notes
Keep it simple — single workflow file, no matrix unless needed.