New Model: Philips 9290030514 (Hue Filament Standard A60/E27 bluetooth) #1577
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: LUT file validation | |
on: | |
pull_request: | |
paths: | |
- '**/*.csv.gz' | |
jobs: | |
validate-lut: | |
name: Validate LUT CSV files | |
runs-on: ubuntu-latest | |
timeout-minutes: 10 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install dependencies | |
run: | | |
cd .github/scripts/lut_validator | |
npm install | |
- name: Validate LUT CSV files | |
run: node .github/scripts/lut_validator/validate.js |