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

fix: cli faliures #41

closed opened by willow.sh targeting main from willow.sh/sequoia: fix-ci

I run format which should fix the ci errors, but I also updated the workflow to use the biome that bun installs

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:dfkjiu36xs6ogt7pux7i7o2b/sh.tangled.repo.pull/3mgftgdw6ad22
+3 -2
Interdiff #0 โ†’ #1
+3 -2
.tangled/workflows/lint.yml
··· 11 11 dependencies: 12 12 nixpkgs: 13 13 - bun 14 + - biome 14 15 15 16 steps: 16 17 - name: "Install dependencies" 17 18 command: "bun install" 18 19 - name: "Lint check" 20 + command: "cd packages/cli && biome lint ." 19 - command: "bun --cwd packages/cli biome lint" 20 21 - name: "Format check" 22 + command: "cd packages/cli && biome format ." 21 - command: "bun --cwd packages/cli biome format"
bun.lock

This file has not been changed.

packages/cli/src/components/sequoia-subscribe.js

This file has not been changed.

packages/cli/src/lib/config.ts

This file has not been changed.

History

2 rounds 2 comments
sign up or login to add to the discussion
1 commit
expand
fix: ci failures
expand 2 comments
closed without merging
1 commit
expand
fix: ci failures
expand 0 comments