tangled
alpha
login
or
join now
stevedylan.dev
/
sequoia
A CLI for publishing standard.site documents to ATProto
sequoia.pub
standard
site
lexicon
cli
publishing
30
fork
atom
overview
issues
5
pulls
1
pipelines
chore: updated workflows
stevedylan.dev
1 week ago
f0f47152
f8701f56
0/1
lint.yml
failed
7d ago
+3
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
lint.yml
+3
-2
.tangled/workflows/lint.yml
···
11
11
dependencies:
12
12
nixpkgs:
13
13
- bun
14
14
+
- biome
14
15
15
16
steps:
16
17
- name: "Install dependencies"
17
18
command: "bun install"
18
19
- name: "Lint check"
19
19
-
command: "cd packages/cli && bun x biome lint ."
20
20
+
command: "biome lint ./packages/cli"
20
21
- name: "Format check"
21
21
-
command: "cd packages/cli && bun x biome format ."
22
22
+
command: "biome format ./packages/cli"