Skip to content

fixing bug related to Issue #457 #481

fixing bug related to Issue #457

fixing bug related to Issue #457 #481

name: Check Schema Files
on:
push:
branches:
- main
pull_request:
jobs:
check-schema-files:
name: Check Schema Files
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: Install Dependencies
run: npm install
- name: Run Validation Script
run: npm run validate-ocf-file-schemas