blob: d9625f2615c2a8f9794211cb4e79513e3b13308b [file] [log] [blame]
# See https://github.com/dart-lang/mono_repo for details
stages:
- format_analyze:
- group:
- format
- command: ./../tool/setup.sh
- command: make protos
- analyze: --fatal-infos
sdk: [dev]
- run_tests:
- group:
- command: ./../tool/setup.sh
- command: make protos
- test
sdk: [pubspec, dev]