Skip to content

Commit

Permalink
update script to dart
Browse files Browse the repository at this point in the history
  • Loading branch information
alann-maulana committed Jul 29, 2021
1 parent 3fbbee1 commit 8fe3e42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
flutter-version: '2.0.5'
channel: 'stable'
- run: flutter packages get
- run: flutter format --set-exit-if-changed .
- run: flutter analyze .
- run: flutter test
- run: dart pub get
- run: dartfmt -n --set-exit-if-changed lib/ test/
- run: dart analyze .
- run: dart run test -r json ./test

0 comments on commit 8fe3e42

Please sign in to comment.