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

chore: updated workflows

+3 -2
+3 -2
.tangled/workflows/lint.yml
··· 11 dependencies: 12 nixpkgs: 13 - bun 14 15 steps: 16 - name: "Install dependencies" 17 command: "bun install" 18 - name: "Lint check" 19 - command: "cd packages/cli && bun x biome lint ." 20 - name: "Format check" 21 - command: "cd packages/cli && bun x biome format ."
··· 11 dependencies: 12 nixpkgs: 13 - bun 14 + - biome 15 16 steps: 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"