Skip to content

Commit 0360ca6

Browse files
committed
add missing step in frontend action
1 parent bad6d03 commit 0360ca6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Get Dependencies
3939
working-directory: flutter_frontend
4040
run: flutter pub get
41+
- name: Run Builder
42+
working-directory: flutter_frontend
43+
run: dart pub run build_runner build --delete-conflicting-outputs
4144
- name: Analyze Code
4245
working-directory: flutter_frontend
4346
run: flutter analyze

0 commit comments

Comments
 (0)