blob: 78e7a55d4b800b03586fc8dbe3c3ab5947f4fbbe [file] [log] [blame]
Kevin Moore2a6e33e2022-11-14 15:25:02 -08001# See https://github.com/google/mono_repo.dart
2self_validate: analyze_format
3
4merge_stages:
5- analyze_and_format
6
7github:
8 on:
9 push:
10 branches:
Kevin Moore368720e2022-11-21 11:03:43 -080011 - main
Kevin Moore2a6e33e2022-11-14 15:25:02 -080012 pull_request:
13 schedule:
14 # Setting just `cron` keeps the defaults for `push` and `pull_request`
15 - cron: '0 0 * * 0' # “At 00:00 (UTC) on Sunday.”