We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dad21f commit 809b118Copy full SHA for 809b118
.github/workflows/create_artifacts.yml
@@ -21,7 +21,7 @@ jobs:
21
channel: 'stable'
22
- name: Flutter format
23
run: |
24
- flutter format . --set-exit-if-changed
+ dart format . --set-exit-if-changed
25
flutter pub get
26
flutter pub run import_sorter:main --no-comments --exit-if-changed
27
- name: Flutter analyze
0 commit comments