Skip to content

Commit d642b0f

Browse files
committed
Debug prettier on windows
Signed-off-by: Vit Gottwald <vit.gottwald@broadcom.com>
1 parent 5dfba8f commit d642b0f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
- name: Lint sources
3737
shell: bash
3838
run: |
39-
pnpm lint
39+
pnpm pretty
40+
git status
41+
git diff
4042
- name: Build monorepo
4143
shell: bash
4244
run: |

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"recommendations": [
33
"langium.langium-vscode",
4-
"vitest.explorer"
4+
"vitest.explorer",
5+
"esbenp.prettier-vscode"
56
]
67
}

0 commit comments

Comments
 (0)