We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4971d commit 44523e7Copy full SHA for 44523e7
1 file changed
.github/workflows/build.yaml
@@ -79,9 +79,13 @@ jobs:
79
echo "$(dcm --version)"
80
- name: Setup Dart SDK
81
uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
82
- - name: Run DCM on root
+ - name: Run dcm analyze on root
83
run: |
84
dcm analyze packages/devtools_app packages/devtools_app_shared packages/devtools_extensions packages/devtools_shared packages/devtools_test
85
+ - name: Run dcm checks on packages
86
+ # TODO(https://github.com/flutter/devtools/issues/9906): run on all packages.
87
+ run: |
88
+ dcm check-unused-code packages/devtools_app
89
90
test-packages:
91
name: ${{ matrix.os }} ${{ matrix.package }} test
0 commit comments