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.
triage
1 parent 552dc78 commit ab2aac7Copy full SHA for ab2aac7
tool/github.sh
@@ -47,6 +47,7 @@ if [ "DART_BOT" = "$BOT" ] ; then
47
echo "dart analyze"
48
(cd flutter-idea/src; dart analyze)
49
(cd tool/plugin; dart analyze)
50
+ (cd tool/triage; dart pub upgrade && dart analyze)
51
52
# Ensure that the edits have been applied to template files (and their target
53
# files have been regenerated).
0 commit comments