Skip to content

fixes a broken projects link on the docs homepage #473

fixes a broken projects link on the docs homepage

fixes a broken projects link on the docs homepage #473

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