tangled
alpha
login
or
join now
stevedylan.dev
/
sequoia
35
fork
atom
A CLI for publishing standard.site documents to ATProto
sequoia.pub
standard
site
lexicon
cli
publishing
35
fork
atom
overview
issues
5
pulls
1
pipelines
chore: updated workflows
stevedylan.dev
1 month ago
ed1c70d9
f0f47152
1/1
lint.yml
success
7w ago
+2
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
lint.yml
+2
-2
.tangled/workflows/lint.yml
reviewed
···
17
17
- name: "Install dependencies"
18
18
command: "bun install"
19
19
- name: "Lint check"
20
20
-
command: "biome lint ./packages/cli"
20
20
+
command: "cd packages/cli && biome lint ."
21
21
- name: "Format check"
22
22
-
command: "biome format ./packages/cli"
22
22
+
command: "cd packages/cli && biome format ."