Skip to content

Commit

Permalink
List Yardoc methods in GH Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lekemula committed Jun 9, 2024
1 parent a8e30e4 commit 38e6965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
if: steps.cache-yardocs.outputs.cache-hit != 'true'
run: cd solargraph-rspec && bundle exec yard gems

- name: List all Yardoc constants and methods
run: cd solargraph-rspec && bundle exec yard list && yard gems

- name: Run tests
run: cd solargraph-rspec && bundle exec rspec --format progress

Expand Down

0 comments on commit 38e6965

Please sign in to comment.