chore: updated workflows 2dd2e1c3
Steve · 2026-02-02 09:32 1 file(s) · +2 −2
.tangled/workflows/lint.yml +2 −2
17 17
  - name: "Install dependencies"
18 18
    command: "bun install"
19 19
  - name: "Lint check"
20 -
    command: "biome lint ./packages/cli"
20 +
    command: "cd packages/cli && biome lint ."
21 21
  - name: "Format check"
22 -
    command: "biome format ./packages/cli"
22 +
    command: "cd packages/cli && biome format ."