Skip to content

Commit

Permalink
Update flutter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Oct 15, 2023
1 parent 16a69b0 commit fb2cc83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:

- name: Format code
if: ${{ matrix.flutter-channel == 'stable' }}
run: flutter format lib --set-exit-if-changed
run: dart format lib --set-exit-if-changed

- name: Analyze
if: ${{ matrix.flutter-channel == 'stable' }}
run: flutter analyze lib
run: dart analyze lib

- name: Gen code
run: flutter packages pub run build_runner build --delete-conflicting-outputs
Expand Down

0 comments on commit fb2cc83

Please sign in to comment.