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 96fe624 commit 7cb6136Copy full SHA for 7cb6136
.github/workflows/base.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: flutter pub get
33
- name: Format code
34
- run: dart format --dry-run --set-exit-if-changed .
+ run: dart format --set-exit-if-changed .
35
- name: Analyze static code
36
run: flutter analyze
37
- name: Run tests
0 commit comments