Skip to content

Commit

Permalink
ci: remove the no longer supported --fix parameter in dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
Nando Schär committed Feb 20, 2025
1 parent 1ca5e6e commit 3626f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
channel: stable
- run: flutter pub get
- run: dart format --fix --set-exit-if-changed .
- run: dart format --output=none --set-exit-if-changed .
- run: flutter analyze
- run: flutter test --coverage
- name: Setup LCOV
Expand Down

0 comments on commit 3626f3d

Please sign in to comment.