Skip to content

Commit efc122f

Browse files
committed
✅ check the document generation on push (#38)
1 parent 3b54424 commit efc122f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/linting.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ jobs:
2424
- name: Analyse the code with Rubocop
2525
run: |
2626
bundle exec rubocop ./
27+
28+
- name: Attempt to generate the documentation
29+
run: |
30+
bundle exec rake doc

.yardopts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
--markup markdown
22
--main README.md
3+
--fail-on-warning
34
--output-dir docs/_build

0 commit comments

Comments
 (0)