Skip to content

Commit c3bb8a6

Browse files
authored
Merge pull request #142 from aicodingstack/agent/data-health-report
feat(data): add manifest health reporting
2 parents 62188c8 + 7d82cbb commit c3bb8a6

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)