Skip to content

Fix domain health to show existing orgs instead of just proposing prospects #1487

Fix domain health to show existing orgs instead of just proposing prospects

Fix domain health to show existing orgs instead of just proposing prospects #1487

name: JSON Schema Validation
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
schema-validation:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run all tests
run: npm test