Skip to content

Commit

Permalink
add cron (#738)
Browse files Browse the repository at this point in the history
* Drop invariant booleans from lints

* Add self-validate and weekly cron to CI

Also used latest pkg:mono_repo
  • Loading branch information
kevmoo authored Jul 25, 2022
1 parent 843c5ec commit 5055b68
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 30 deletions.
84 changes: 56 additions & 28 deletions .github/workflows/dart.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ linter:
- file_names
- hash_and_equals
- implementation_imports
- invariant_booleans
- iterable_contains_unrelated_type
- join_return_with_assignment
- library_names
Expand Down
6 changes: 6 additions & 0 deletions mono_repo.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# See https://github.com/google/mono_repo.dart for details on this file
self_validate: analyze_and_format

github:
cron: "0 0 * * 0"

merge_stages:
- analyze_and_format
- unit_test
2 changes: 1 addition & 1 deletion tool/ci.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5055b68

Please sign in to comment.