A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing

chore: updated workflows

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

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