mirror of
https://github.com/flutter/packages.git
synced 2025-06-19 13:38:53 +08:00
[ci] Ensure complete dependabot coverage (#5976)
This commit is contained in:
@ -7,6 +7,7 @@ import 'dart:io' as io;
|
||||
import 'package:args/command_runner.dart';
|
||||
import 'package:file/file.dart';
|
||||
import 'package:file/local.dart';
|
||||
import 'package:flutter_plugin_tools/src/dependabot_check_command.dart';
|
||||
|
||||
import 'analyze_command.dart';
|
||||
import 'build_examples_command.dart';
|
||||
@ -55,6 +56,7 @@ void main(List<String> args) {
|
||||
..addCommand(BuildExamplesCommand(packagesDir))
|
||||
..addCommand(CreateAllPluginsAppCommand(packagesDir))
|
||||
..addCommand(CustomTestCommand(packagesDir))
|
||||
..addCommand(DependabotCheckCommand(packagesDir))
|
||||
..addCommand(DriveExamplesCommand(packagesDir))
|
||||
..addCommand(FederationSafetyCheckCommand(packagesDir))
|
||||
..addCommand(FirebaseTestLabCommand(packagesDir))
|
||||
|
Reference in New Issue
Block a user