From f0f47152ec71d043847e425514fa3745d941571f Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 2 Feb 2026 09:31:21 -0500 Subject: [PATCH] chore: updated workflows --- .tangled/workflows/lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tangled/workflows/lint.yml b/.tangled/workflows/lint.yml index 0e1a74e..b677484 100644 --- a/.tangled/workflows/lint.yml +++ b/.tangled/workflows/lint.yml @@ -11,11 +11,12 @@ engine: "nixery" dependencies: nixpkgs: - bun + - biome steps: - name: "Install dependencies" command: "bun install" - name: "Lint check" - command: "cd packages/cli && bun x biome lint ." + command: "biome lint ./packages/cli" - name: "Format check" - command: "cd packages/cli && bun x biome format ." + command: "biome format ./packages/cli" -- 2.51.2