Skip to content

Commit

Permalink
chore missing docs check added to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Aug 6, 2024
1 parent b7638a6 commit 8c2e9c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Run MissingDocs check
run: yarn docs:missing

- name: Run tests
run: yarn test

0 comments on commit 8c2e9c0

Please sign in to comment.