Skip to content

Commit

Permalink
fix formatting command
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Sep 24, 2023
1 parent 8cfe0dd commit 3f1599c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: dart format -n --set-exit-if-changed .
- run: dart format --set-exit-if-changed .
- run: flutter analyze
- run: flutter test --coverage
- uses: codecov/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: dart format -n --set-exit-if-changed .
- run: dart format --set-exit-if-changed .
- run: flutter analyze
- run: flutter test
2 changes: 1 addition & 1 deletion .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: dart format -n --set-exit-if-changed .
- run: dart format --set-exit-if-changed .
- run: flutter analyze
- run: flutter test

0 comments on commit 3f1599c

Please sign in to comment.