Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Oct 26, 2022
1 parent cf1bba8 commit 9dfd5a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# This GitHub build and deploy runs on master publish, it:
# This GitHub build and deploy runs on master publish, it:
# - Installs Dart and flutter
# - Uses Flutter beta channel for now.
# - Enables flutter web
# - Gets package dependencies
# - Runs dart analyze, allows deprecation warnings, we on purpose allow use of deprecated features on beta channel,
# as they might not yet be deprecated on stable and we will keep using some of the features that are deprecated
# as long as they are not also deprecated on stable.
# - Runs dart analyze.
# - Show outdated packages, just added for info.
# - Verify that dart format is used by all committed code, fails if not. Controversial but pub.dev penalizes you if
# dart format is not used.
Expand Down

0 comments on commit 9dfd5a4

Please sign in to comment.