tangled
alpha
login
or
join now
apoena.dev
/
remanso-cli
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
chore: updated workflows
stevedylan.dev
1 month ago
f0f47152
f8701f56
+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"