Make sure biome runs in lint workflow c653f655
Heath Stewart · 2026-05-25 17:38 1 file(s) · +2 −0
.tangled/workflows/lint.yml +2 −0
16 16
steps:
17 17
  - name: "Install dependencies"
18 18
    command: "bun install"
19 +
  - name: "List biome directories"
20 +
    command: "find /tangled/workspace/node_modules/.bun/ -name '*biome*'"
19 21
  - name: "Lint check"
20 22
    command: "cd packages/cli && bun run biome lint ."
21 23
  - name: "Format check"