Skip to content

fix(lights): auto adjust min and max mireds when value is out of bounds #343

fix(lights): auto adjust min and max mireds when value is out of bounds

fix(lights): auto adjust min and max mireds when value is out of bounds #343

Workflow file for this run

name: Pull Request
on:
pull_request:
permissions:
contents: read
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_PR_TOKEN }}
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npx nx run-many -t lint test build
- run: npm run prettier