Skip to content

Fix type error related to sorting (#1776) #910

Fix type error related to sorting (#1776)

Fix type error related to sorting (#1776) #910

name: validate-light-model
on:
push:
paths:
- '**.csv.gz'
pull_request:
paths:
- '**.csv.gz'
jobs:
validate-lut:
name: Validate LUT CSV files
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
cd .github/scripts/lut_validator
npm install
- name: Validate LUT CSV files
run: node .github/scripts/lut_validator/validate.js