Skip to content

Commit 00b5eb2

Browse files
committed
ci(vscode): run oxlint/oxfmt tests on src(-js) changes too (#18778)
Added the changes, so future PRs for oxlint LSP JS fixes can be tested. I hope this will not break more PRs 🤞
1 parent 25de8fc commit 00b5eb2

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/ci_vscode.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ on:
99
paths:
1010
- "pnpm-lock.yaml"
1111
- "crates/oxc_language_server/**"
12-
- "apps/oxlint/src/lsp/**"
13-
- "apps/oxfmt/src/lsp/**"
12+
- "apps/oxlint/src/**"
13+
- "apps/oxlint/src-js/**"
14+
- "apps/oxfmt/src/**"
15+
- "apps/oxfmt/src-js/**"
1416
- "editors/vscode/**"
1517
- "tasks/vscode_docs/**"
1618
- ".github/workflows/ci_vscode.yml"
@@ -20,8 +22,10 @@ on:
2022
paths:
2123
- "pnpm-lock.yaml"
2224
- "crates/oxc_language_server/**"
23-
- "apps/oxlint/src/lsp/**"
24-
- "apps/oxfmt/src/lsp/**"
25+
- "apps/oxlint/src/**"
26+
- "apps/oxlint/src-js/**"
27+
- "apps/oxfmt/src/**"
28+
- "apps/oxfmt/src-js/**"
2529
- "editors/vscode/**"
2630
- "tasks/vscode_docs/**"
2731
- ".github/workflows/ci_vscode.yml"
@@ -56,7 +60,8 @@ jobs:
5660
src:
5761
- "pnpm-lock.yaml"
5862
- "crates/oxc_language_server/**"
59-
- "apps/oxlint/src/lsp/**"
63+
- "apps/oxlint/src/**"
64+
- "apps/oxlint/src-js/**"
6065
- "editors/vscode/**"
6166
- ".github/workflows/ci_vscode.yml"
6267
@@ -67,7 +72,8 @@ jobs:
6772
src:
6873
- "pnpm-lock.yaml"
6974
- "crates/oxc_language_server/**"
70-
- "apps/oxfmt/src/lsp/**"
75+
- "apps/oxfmt/src/**"
76+
- "apps/oxfmt/src-js/**"
7177
- "editors/vscode/**"
7278
- ".github/workflows/ci_vscode.yml"
7379

0 commit comments

Comments
 (0)