Skip to content

Commit

Permalink
Run yard in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Feb 21, 2024
1 parent 53eb43e commit 1d20f7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ jobs:
ruby-version: 3.1.x
- name: Check code
run: ./scripts/bad_code.sh
- name: Check docs
run: |
gem install yard
yard --fail-on-warning --no-save --no-output

0 comments on commit 1d20f7a

Please sign in to comment.