mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 07:47:23 +01:00
Add cyclic dependency check script and tests (#296035)
* eng: add cyclic dependency check script and update workflow * refactor: export classes and functions in checkCyclicDependencies for better accessibility; add comprehensive tests for cycle detection and file processing * Update build/lib/checkCyclicDependencies.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@@ -81,6 +81,9 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Check cyclic dependencies
|
||||
run: node build/lib/checkCyclicDependencies.ts out-build
|
||||
|
||||
linux-cli-tests:
|
||||
name: Linux
|
||||
uses: ./.github/workflows/pr-linux-cli-test.yml
|
||||
|
||||
Reference in New Issue
Block a user