Skip to content

Migrate CI/CD from CircleCI to GitHub Actions - #8

Merged
khamilowicz merged 5 commits into
masterfrom
migrate-to-github-actions
May 15, 2026
Merged

Migrate CI/CD from CircleCI to GitHub Actions#8
khamilowicz merged 5 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 and others added 3 commits April 15, 2026 14:40
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@khamilowicz
khamilowicz force-pushed the migrate-to-github-actions branch from e2b01dc to ecfd382 Compare April 21, 2026 08:20
@khamilowicz
khamilowicz requested a review from mat-hek May 5, 2026 12:33
Comment thread .dialyzer_ignore.exs
khamilowicz and others added 2 commits May 14, 2026 15:14
@khamilowicz
khamilowicz force-pushed the migrate-to-github-actions branch from 3739e10 to 43c9c72 Compare May 14, 2026 13:14
@khamilowicz
khamilowicz merged commit bed8904 into master May 15, 2026
4 of 5 checks passed
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