Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-pedro99 committed Sep 17, 2023
1 parent 4747ba1 commit 940f0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: beta
- run: dart format --set-exit-if-changed lib/
- run: dart format --set-exit-if-changed example/lib/
- run: dart format -o none --set-exit-if-changed lib/
- run: dart format -o none --set-exit-if-changed example/lib/
- run: flutter pub get
- run: flutter analyze
- run: dart pub global activate coverage
Expand Down

0 comments on commit 940f0c5

Please sign in to comment.