You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am standardizing on GitHub actions for zomboxom for CI as Circle has proven cumbersome. I've ported all the projects except those that use different versions of Rails. Such as:
Also, I'm looking for help maintaining this project in the future. I ask anyone interested to please send a PR and mention that you're interested in helping. You can email me if you've previously had a commit merged in this project.
A maintainer will gain commit access and deploy access on rubygems if they don't have it already. A maintainer will be expected to:
Update CI to keep tests passing and test new Ruby releases
Review, merge, or close PRs
Read and respond to issues
Any feature or bugfix work that you desire
The text was updated successfully, but these errors were encountered:
* FIXES#287 - Add GitHub CI
- Add more versions to matrix
- Exclude incompatible versions
- Fix rails 7 later
* Fix the breaking test cases by replacing attr_reader with attr_accessor
I am standardizing on GitHub actions for zomboxom for CI as Circle has proven cumbersome. I've ported all the projects except those that use different versions of Rails. Such as:
Eventually, we need also to add tests for Rails 7 as well.
Example CI config: https://github.com/zombocom/maildown/blob/main/.github/workflows/ci.yml
Help wanted
Also, I'm looking for help maintaining this project in the future. I ask anyone interested to please send a PR and mention that you're interested in helping. You can email me if you've previously had a commit merged in this project.
A maintainer will gain commit access and deploy access on rubygems if they don't have it already. A maintainer will be expected to:
The text was updated successfully, but these errors were encountered: