Skip to content

Adds terrain disk, scene, and render structures #1820

Adds terrain disk, scene, and render structures

Adds terrain disk, scene, and render structures #1820

Workflow file for this run

name: Validate data.yml
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
paths:
- 'ida/data.yml'
push:
paths:
- 'ida/data.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha }}
allow-unsafe-pr-checkout: true
- name: Install dependencies
run: |
npm install -g js-yaml
- name: Validate data.yml
run: NODE_PATH="$(npm root -g):$NODE_PATH" node ./ida/data-validator.js