Skip to content

Commit 377e88b

Browse files
authored
Merge pull request #126 from gibahjoe/fix-generator-bump
fix: bumped generator verision
2 parents 552da22 + eaeb8cb commit 377e88b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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

openapi-generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openapi_generator
22
description: Generator for openapi client sdk inspired by the npm implementation of openapi-generator-cli.
3-
version: 5.0.0
3+
version: 5.0.1
44
homepage: https://github.com/gibahjoe/openapi-generator-dart
55

66
environment:

0 commit comments

Comments
 (0)