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.
dart format
1 parent 8bc6394 commit 532ca10Copy full SHA for 532ca10
.github/workflows/analyze.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: flutter pub get
31
- name: Format
32
- run: flutter format --set-exit-if-changed .
+ run: dart format --set-exit-if-changed .
33
34
publish:
35
runs-on: ubuntu-latest
0 commit comments