Skip to content

Commit

Permalink
add missing step in frontend action
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-qd committed Jun 20, 2024
1 parent bad6d03 commit 0360ca6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Get Dependencies
working-directory: flutter_frontend
run: flutter pub get
- name: Run Builder
working-directory: flutter_frontend
run: dart pub run build_runner build --delete-conflicting-outputs
- name: Analyze Code
working-directory: flutter_frontend
run: flutter analyze
Expand Down

0 comments on commit 0360ca6

Please sign in to comment.