diff --git a/.github/workflows/publisher.yml b/.github/workflows/publisher.yml index 19f1e5e..c3a761c 100644 --- a/.github/workflows/publisher.yml +++ b/.github/workflows/publisher.yml @@ -18,13 +18,10 @@ jobs: with: channel: stable - - name: Run Codegen - run: | - flutter packages get - dart run build_runner build --delete-conflicting-outputs -v - - name: Validate uses: peiffer-innovations/actions-flutter-validate@v1 + with: + generate_code: true - name: Checkout Schemas uses: actions/checkout@v4 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b8f09a9..33156d8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -13,4 +13,6 @@ jobs: - uses: actions/checkout@v4 - name: Validate - uses: peiffer-innovations/actions-flutter-validate@v2 \ No newline at end of file + uses: peiffer-innovations/actions-flutter-validate@v2 + with: + generate_code: true \ No newline at end of file