Skip to content

Commit

Permalink
[fix] CI flutter format -> dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Sep 22, 2023
1 parent 6f9d2b9 commit e66b213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: ${{ matrix.flutter }}
channel: stable
- run: flutter doctor
- run: flutter --version
- run: flutter pub get
- run: flutter format --set-exit-if-changed .
- run: dart format --set-exit-if-changed .
- run: flutter analyze
- run: flutter test

Expand Down

0 comments on commit e66b213

Please sign in to comment.