Skip to content

Commit

Permalink
fix(workflows): fix workflows to not caught warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtb16 committed Jul 22, 2024
1 parent 5430287 commit a9b903b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cd examples/flutter_kiwi
flutter packages get
flutter packages pub run build_runner build --delete-conflicting-outputs
dart format .
dart format .
- name: Use verify-changed-files to check if any of the above files changed.
uses: tj-actions/verify-changed-files@v20
- name: Run step only when any of the above files change.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kiwi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
sdk: ${{ matrix.sdk }}
- run: dart pub get
- run: dart analyze --fatal-infos --fatal-warnings .
- run: dart analyze --fatal-infos .
- run: dart format -o none --set-exit-if-changed .
- run: dart pub run test
- run: dart test
4 changes: 2 additions & 2 deletions .github/workflows/kiwi_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
sdk: ${{ matrix.sdk }}
- run: dart pub get
- run: dart analyze --fatal-infos --fatal-warnings .
- run: dart analyze --fatal-infos .
- run: dart format -o none --set-exit-if-changed .
- run: dart pub run test
- run: dart test

0 comments on commit a9b903b

Please sign in to comment.