diff --git a/.tangled/workflows/lint.yml b/.tangled/workflows/lint.yml index 52042bf..a4924b2 100644 --- a/.tangled/workflows/lint.yml +++ b/.tangled/workflows/lint.yml @@ -17,6 +17,7 @@ dependencies: steps: - name: "Install dependencies" command: "bun install" + - command: ls -lH /tangled/workspace/node_modules/.bun/@biomejs+cli-linux-x64@2.3.13/node_modules/@biomejs/cli-linux-x64/biome - command: file /tangled/workspace/node_modules/.bun/@biomejs+cli-linux-x64@2.3.13/node_modules/@biomejs/cli-linux-x64/biome - command: cd packages/cli && strace /tangled/workspace/node_modules/.bun/@biomejs+cli-linux-x64@2.3.13/node_modules/@biomejs/cli-linux-x64/biome lint - name: "Lint check"