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

Chore: Setup Workflows #7

merged opened by stevedylan.dev targeting main from chore/setup-workflows
  • Setups Biome lint and format checks for PRs
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:ia2zdnhjaokf5lazhxrmj6eu/sh.tangled.repo.pull/3mdv2u5oabj22
+2 -2
Diff #0
+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 ."

History

1 round 0 comments
sign up or login to add to the discussion
stevedylan.dev submitted #0
1 commit
expand
chore: updated workflows
1/1 success
expand
expand 0 comments
pull request successfully merged