Skip to content

Migrate CI/CD from CircleCI to GitHub Actions#22

Open
khamilowicz wants to merge 1 commit intomasterfrom
migrate-to-github-actions
Open

Migrate CI/CD from CircleCI to GitHub Actions#22
khamilowicz wants to merge 1 commit intomasterfrom
migrate-to-github-actions

Conversation

@khamilowicz
Copy link
Copy Markdown

Summary

  • Add .github/workflows/ci.yml: runs build_test, lint, and test on every branch push using reusable workflows from membraneframework/membrane_actions
  • Add .github/workflows/release.yml: same CI checks on tags, plus hex_publish after all checks pass
  • Remove .circleci/config.yml

Test plan

  • Verify CI workflow triggers on branch push and all jobs pass
  • Verify release workflow triggers on tag push, CI jobs pass, and hex_publish runs

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 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.

1 participant