Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Nov 2, 2023
1 parent e84bdac commit 8f1ac4e
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 31 deletions.
218 changes: 202 additions & 16 deletions .github/workflows/dart.yml

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

19 changes: 8 additions & 11 deletions pkgs/flutter_http_example/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
sdk:
- pubspec
- dev
- stable

stages:
- analyze_and_format:
- analyze: --fatal-infos
- format:
sdk:
- dev
- unit_test:
- test: --platform vm
- test: --platform chrome
- command: flutter test
- analyze_and_format:
- analyze: --fatal-infos
- format:
- unit_test:
- test: --platform vm
- test: --platform chrome
- command: flutter test
Loading

0 comments on commit 8f1ac4e

Please sign in to comment.