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.
2 parents 552da22 + eaeb8cb commit 377e88bCopy full SHA for 377e88b
.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
openapi-generator/pubspec.yaml
@@ -1,6 +1,6 @@
1
name: openapi_generator
2
description: Generator for openapi client sdk inspired by the npm implementation of openapi-generator-cli.
3
-version: 5.0.0
+version: 5.0.1
4
homepage: https://github.com/gibahjoe/openapi-generator-dart
5
6
environment:
0 commit comments