Skip to content

Commit 5f99377

Browse files
committed
💚 Updated ci
1 parent 68eabe5 commit 5f99377

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20+
- uses: dart-lang/setup-dart@v1
2021
- uses: subosito/flutter-action@v2
2122
- name: Install dependencies
2223
run: flutter pub get
2324

2425
- name: Check code format
25-
run: flutter format . -o none --set-exit-if-changed
26+
run: dart format . -o none --set-exit-if-changed
2627

2728
- name: Analyze project source
2829
run: flutter analyze --fatal-infos

0 commit comments

Comments
 (0)