Skip to content

Update Schema Definitions and Documentation to support the Satisfaction Scale #88

Update Schema Definitions and Documentation to support the Satisfaction Scale

Update Schema Definitions and Documentation to support the Satisfaction Scale #88

Workflow file for this run

name: PR
'on':
pull_request:
branches:
- main
jobs:
lint-and-validate:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install Node dependencies
run: npm install
- name: Lint JS/JSON files
run: npm run lint
- name: Validate JSON schemas
if: always()
run: ./scripts/validate-schemas.js