tangled
alpha
login
or
join now
markbennett.ca
/
tangled-cli
6
fork
atom
WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)
6
fork
atom
overview
issues
12
pulls
1
pipelines
Add optional linux biome cli (for ci)
markbennett.ca
1 month ago
48ff7899
41eed2e4
verified
This commit was signed with the committer's
known signature
.
markbennett.ca
SSH Key Fingerprint:
SHA256:z3PutB1OfTO5KbZLCpZP6IUDidbRq5Mdysn2xZlUL/c=
0/1
ci.yml
failed
5s
+6
-1
2 changed files
expand all
collapse all
unified
split
package-lock.json
package.json
+3
-1
package-lock.json
···
32
32
},
33
33
"engines": {
34
34
"node": ">=22.0.0"
35
35
+
},
36
36
+
"optionalDependencies": {
37
37
+
"@biomejs/cli-linux-x64": "^1.9.4"
35
38
}
36
39
},
37
40
"node_modules/@atproto/api": {
···
321
324
"cpu": [
322
325
"x64"
323
326
],
324
324
-
"dev": true,
325
327
"license": "MIT OR Apache-2.0",
326
328
"optional": true,
327
329
"os": [
+3
package.json
···
49
49
"tsx": "^4.21.0",
50
50
"typescript": "^5.7.2",
51
51
"vitest": "^2.1.8"
52
52
+
},
53
53
+
"optionalDependencies": {
54
54
+
"@biomejs/cli-linux-x64": "^1.9.4"
52
55
}
53
56
}