A CLI for publishing standard.site documents to ATProto

chore: updated workflows

authored by stevedylan.dev and committed by tangled.org 2dd2e1c3 f0f47152

+2 -2
+2 -2
.tangled/workflows/lint.yml
··· 17 17 - name: "Install dependencies" 18 18 command: "bun install" 19 19 - name: "Lint check" 20 - command: "biome lint ./packages/cli" 20 + command: "cd packages/cli && biome lint ." 21 21 - name: "Format check" 22 - command: "biome format ./packages/cli" 22 + command: "cd packages/cli && biome format ."