Commit 33807cf
Migrate Azure DevOps CI to GitHub Actions and remove ADO CI pipeline (#2356)
* Add Node 22 GitHub Actions compile and test workflow
Agent-Logs-Url: https://github.com/microsoft/vscode-js-debug/sessions/99bb2584-ade8-479e-a4a2-c4f0e805a02a
* Set explicit workflow token permissions
Agent-Logs-Url: https://github.com/microsoft/vscode-js-debug/sessions/99bb2584-ade8-479e-a4a2-c4f0e805a02a
* Remove npm cache from Node 22 workflow
Agent-Logs-Url: https://github.com/microsoft/vscode-js-debug/sessions/50a11ac3-5815-4cd1-81d2-f392085e02d3
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
* Restrict Node 22 workflow triggers to main branch
Agent-Logs-Url: https://github.com/microsoft/vscode-js-debug/sessions/c6497d7d-edec-4a0c-b47f-32c5db80fe7d
* Mirror ADO CI in GitHub Actions and remove ADO pipeline
* Rename CI workflow file and tidy step naming
* Bump mirrored CI workflow to Node 22
* Switch mirrored CI workflow back to Node 18
* Run types and lint checks directly in CI
* Use descriptive name for CI type-check step
* Use consistent lint step naming in CI
* Use npm ci for deterministic CI dependencies
* Temporarily disable CI lint checking
* Gate CI lint step behind temporary flag
* Clarify temporary lint disable intent
* Document temporary lint disable in CI
* Remove orphaned Azure validation template
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>1 parent 01162cb commit 33807cf
3 files changed
Lines changed: 70 additions & 141 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
0 commit comments