Skip to content

Commit eaeb8cb

Browse files
committed
fix: updated actions to use build runner
1 parent 751369e commit eaeb8cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code_quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
sdk: stable
3535
- name: Install Dependencies
3636
run: dart pub get
37+
- name: Build runner
38+
if: ${{ matrix.work_dir == 'openapi-generator' }}
39+
run: dart run build_runner build --delete-conflicting-outputs
3740
- name: Validate formatting
3841
run: dart format ./ --set-exit-if-changed
3942
- name: Run analyzer

0 commit comments

Comments
 (0)