Skip to content

Commit 7c7cb5b

Browse files
committed
Fix build workflow
1 parent 26a9680 commit 7c7cb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- uses: subosito/flutter-action@v2
18-
- run: flutter format --set-exit-if-changed .
18+
- run: dart format --set-exit-if-changed .
1919
- run: flutter analyze .
2020
- run: flutter config --enable-windows-desktop
2121
- run: flutter build windows

0 commit comments

Comments
 (0)