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