Skip to content

Commit 7d82cbb

Browse files
committed
feat(data): add manifest health reporting
1 parent ae83e1d commit 7d82cbb

8 files changed

Lines changed: 2122 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Run tests
6969
run: npm run test:ci
7070

71+
- name: Check data health
72+
run: npm run data-health:check
73+
7174
spell-check:
7275
name: Spell Check
7376
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)