From 2dd2e1c3ae24bf68714e74aed559e58a991fb236 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 02 Feb 2026 14:32:31 +0000 Subject: [PATCH] chore: updated workflows --- .tangled/workflows/lint.yml | 4 ++-- 1 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/.tangled/workflows/lint.yml b/.tangled/workflows/lint.yml --- a/.tangled/workflows/lint.yml +++ b/.tangled/workflows/lint.yml @@ -17,6 +17,6 @@ - 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 ." -- tangled.sh