Skip to content

feat: add pr-checks.yml CI workflow for pull requests#54

Open
tamtom wants to merge 1 commit intomainfrom
feat/23-pr-checks
Open

feat: add pr-checks.yml CI workflow for pull requests#54
tamtom wants to merge 1 commit intomainfrom
feat/23-pr-checks

Conversation

@tamtom
Copy link
Owner

@tamtom tamtom commented Feb 15, 2026

Summary

  • Add .github/workflows/pr-checks.yml with four CI jobs: format check, lint, unit tests, and multi-platform builds (darwin/linux/windows)
  • Uses concurrency groups to cancel in-progress runs on new pushes
  • Closes Add pr-checks.yml CI workflow for pull requests #23

Test plan

  • Verify workflow triggers on PRs to main
  • Confirm format check detects unformatted code
  • Confirm lint job runs golangci-lint
  • Confirm unit tests pass via make test
  • Confirm cross-platform builds succeed for all 5 targets

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add pr-checks.yml CI workflow for pull requests

1 participant