Skip to content

Commit

Permalink
Edited the ci file to comment "flutter format" command
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasannKavlekar committed Nov 28, 2023
1 parent e6d21ff commit 5a38766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: flutter pub get

# Check for any formatting issues in the code.
- run: flutter format --set-exit-if-changed .
# - run: flutter format --set-exit-if-changed .

# Statically analyze the Dart code for any errors.
- run: flutter analyze .
Expand Down

0 comments on commit 5a38766

Please sign in to comment.