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 0f0f551 commit 8b85b86Copy full SHA for 8b85b86
.github/workflows/base.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install dependencies
38
run: flutter pub get
39
- name: Format code
40
- run: flutter format --dry-run --set-exit-if-changed .
+ run: dart format --set-exit-if-changed .
41
- name: Analyze static code
42
run: flutter analyze
43
# - name: Run tests
0 commit comments