Skip to content

Migrate CI/CD from CircleCI to GitHub Actions#36

Merged
khamilowicz merged 11 commits into
masterfrom
migrate-to-github-actions
May 6, 2026
Merged

Migrate CI/CD from CircleCI to GitHub Actions#36
khamilowicz merged 11 commits into
masterfrom
migrate-to-github-actions

Conversation

@khamilowicz
Copy link
Copy Markdown
Contributor

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

@khamilowicz khamilowicz force-pushed the migrate-to-github-actions branch from 387c476 to 41436f7 Compare April 21, 2026 08:04
@khamilowicz khamilowicz force-pushed the migrate-to-github-actions branch from 24d104e to 11f9ceb Compare May 5, 2026 11:01
@khamilowicz khamilowicz requested a review from FelonEkonom May 5, 2026 12:30
Comment thread README.md Outdated
@khamilowicz khamilowicz force-pushed the migrate-to-github-actions branch from 11f9ceb to c4e9160 Compare May 5, 2026 15:14
@khamilowicz khamilowicz requested a review from FelonEkonom May 5, 2026 15:14
@khamilowicz khamilowicz merged commit a6226d3 into master May 6, 2026
4 of 5 checks passed
@khamilowicz khamilowicz deleted the migrate-to-github-actions branch May 6, 2026 07:05
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.

2 participants