We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b54424 commit efc122fCopy full SHA for efc122f
.github/workflows/linting.yml
@@ -24,3 +24,7 @@ jobs:
24
- name: Analyse the code with Rubocop
25
run: |
26
bundle exec rubocop ./
27
+
28
+ - name: Attempt to generate the documentation
29
+ run: |
30
+ bundle exec rake doc
.yardopts
@@ -1,3 +1,4 @@
1
--markup markdown
2
--main README.md
3
+--fail-on-warning
4
--output-dir docs/_build
0 commit comments