We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a9680 commit 7c7cb5bCopy full SHA for 7c7cb5b
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
fetch-depth: 0
17
- uses: subosito/flutter-action@v2
18
- - run: flutter format --set-exit-if-changed .
+ - run: dart format --set-exit-if-changed .
19
- run: flutter analyze .
20
- run: flutter config --enable-windows-desktop
21
- run: flutter build windows
0 commit comments