ruby / rdoc

RDoc produces HTML and online documentation for Ruby projects.
https://ruby.github.io/rdoc/
Other
844 stars 440 forks source link

Add ruby-core CI suite #1115

Closed st0012 closed 5 months ago

st0012 commented 5 months ago

This is similar what IRB and Reline have: a CI suite that runs RDoc changes against Ruby's master branch. It's been very useful to catch issues that would otherwise break CRuby's CI suites.

st0012 commented 5 months ago

@hsbt Thx, I added it to my todo list 👍