Skip to content

Commit

Permalink
changed formatting command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nailsonseat committed Jan 23, 2024
1 parent c24cd70 commit 3170018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get dependencies
run: flutter pub get
- name: Format code
run: flutter format --set-exit-if-changed .
run: dart format --set-exit-if-changed .
- name: Analyze code
run: flutter analyze .
- name: Build APK
Expand Down

0 comments on commit 3170018

Please sign in to comment.