Skip to content

Commit 13d0e28

Browse files
fix gh actions
1 parent 9539c89 commit 13d0e28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create_artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Flutter format
2323
run: |
2424
flutter format . --set-exit-if-changed
25+
flutter pub get
2526
flutter pub run import_sorter:main --no-comments --exit-if-changed
2627
- name: Flutter analyze
2728
run: flutter analyze .

0 commit comments

Comments
 (0)