- Setups Biome lint and format checks for PRs
+2
-2
.tangled/workflows/lint.yml
+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
stevedylan.dev
submitted
#0
1 commit
expand
collapse
chore: updated workflows
1/1 success
expand
collapse
expand 0 comments
pull request successfully merged