From 2dd2e1c3ae24bf68714e74aed559e58a991fb236 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 2 Feb 2026 09:32:31 -0500 Subject: [PATCH] chore: updated workflows --- .tangled/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tangled/workflows/lint.yml b/.tangled/workflows/lint.yml index b677484..32ae1c9 100644 --- a/.tangled/workflows/lint.yml +++ b/.tangled/workflows/lint.yml @@ -17,6 +17,6 @@ steps: - name: "Install dependencies" command: "bun install" - name: "Lint check" - command: "biome lint ./packages/cli" + command: "cd packages/cli && biome lint ." - name: "Format check" - command: "biome format ./packages/cli" + command: "cd packages/cli && biome format ." -- 2.51.2