We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751369e commit eaeb8cbCopy full SHA for eaeb8cb
.github/workflows/code_quality.yml
@@ -34,6 +34,9 @@ jobs:
34
sdk: stable
35
- name: Install Dependencies
36
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
40
- name: Validate formatting
41
run: dart format ./ --set-exit-if-changed
42
- name: Run analyzer
0 commit comments