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 67fbb5c commit ca794adCopy full SHA for ca794ad
.github/workflows/build_and_test.yml
@@ -33,7 +33,7 @@ jobs:
33
run: dart analyze lib --no-fatal-warnings
34
35
- name: Check Formatting
36
- run: flutter format lib --set-exit-if-changed
+ run: dart format lib --set-exit-if-changed
37
38
- name: Run Tests
39
run: flutter test --coverage --update-goldens
0 commit comments