Skip to content

Commit a5d5098

Browse files
committed
Add flutter format.
1 parent 2327dbd commit a5d5098

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,10 @@ jobs:
113113
- name: cargo clippy
114114
run: cargo clippy -- -D warnings
115115

116+
- name: Install flutter
117+
uses: subosito/flutter-action@v1
118+
with:
119+
channel: stable
120+
116121
- name: flutter format
117122
run: flutter format --set-exit-if-changed .

0 commit comments

Comments
 (0)