Skip to content

Commit 8d8e80d

Browse files
committed
Add yard CI task
1 parent 2de87af commit 8d8e80d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
include:
2828
- ruby: "ruby"
2929
standardrb: true
30+
yard: true
3031
- ruby: "3.4"
3132
appraisal: "activerecord_8.0"
3233
- ruby: "3.2"
@@ -65,3 +66,6 @@ jobs:
6566
- name: standardrb
6667
if: matrix.standardrb == true
6768
run: bundle exec rake standard
69+
- name: yard
70+
if: matrix.yard == true
71+
run: bundle exec yard --fail-on-warning

0 commit comments

Comments
 (0)