Skip to content

Commit 1b9579c

Browse files
committed
feat: real monorepo CONTRIBUTING guide
1 parent 021cc71 commit 1b9579c

5 files changed

Lines changed: 26471 additions & 233 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@ jobs:
245245
- name: Run governance unit tests
246246
run: node --test scripts/check-issue-governance.test.js
247247

248+
- name: Validate CONTRIBUTING.md onboarding guide
249+
run: node scripts/check-contributing.js
250+
251+
- name: Run CONTRIBUTING guide unit tests
252+
run: node --test scripts/check-contributing.test.js
253+
248254
# ──────────────────────────────────────────────
249255
# Job 3: Dependency vulnerability scan
250256
# Blocks PRs with High or Critical vulnerabilities.

0 commit comments

Comments
 (0)