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 cd48b54 commit e9a9340Copy full SHA for e9a9340
.github/workflows/base.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: flutter pub get
33
- name: Format code
34
- run: flutter format --dry-run --set-exit-if-changed $(find . -name "*.dart" -not -wholename "./lib/localization/intl/*")
+ run: dart format --set-exit-if-changed $(find . -name "*.dart" -not -wholename "./lib/localization/intl/*")
35
- name: Analyze static code
36
run: flutter analyze
37
- name: Run tests
0 commit comments