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 a11a9cd commit 7c6d460Copy full SHA for 7c6d460
.github/workflows/test.yml
@@ -30,4 +30,4 @@ jobs:
30
- name: Run Dart Analysis
31
run: flutter pub global run melos analyze --fatal-infos
32
- name: Check that `dart format` has been run on every file
33
- run: dart format -o none --set-exit-if-changed
+ run: dart format -o none --set-exit-if-changed .
0 commit comments