We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e332f commit e69d314Copy full SHA for e69d314
1 file changed
.github/workflows/ruby-core.yml
@@ -66,6 +66,9 @@ jobs:
66
gem install rdoc-*.gem
67
bundle exec rake build:local_ruby
68
working-directory: ruby/rdoc
69
+ - name: Run RDoc coverage check on C extensions
70
+ run: ruby -I../rdoc/lib ../rdoc/exe/rdoc -C -q ext/io/console
71
+ working-directory: ruby/ruby
72
- name: Generate Documentation with RDoc
73
run: make html
74
working-directory: ruby/ruby
0 commit comments