Skip to content

Add inching, indicator mode, fix dp in timer device #8848

Add inching, indicator mode, fix dp in timer device

Add inching, indicator mode, fix dp in timer device #8848

Workflow file for this run

name: autofix.ci
on:
pull_request:
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v5
- 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@c5b2d67aa2274e7b5a18224e8171550871fc7e4a