Skip to content

fix: Tuya: disable manuSpecificTuya.mcuSyncTime for devices which don't need it #4069

fix: Tuya: disable manuSpecificTuya.mcuSyncTime for devices which don't need it

fix: Tuya: disable manuSpecificTuya.mcuSyncTime for devices which don't need it #4069

Workflow file for this run

name: autofix.ci
on:
pull_request:
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org/
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Check --fix
run: pnpm run check --fix
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27