Skip to content

Commit

Permalink
Update Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Jun 29, 2024
1 parent db8bdc0 commit 86df637
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
- uses: actions/checkout@v4

- name: Validate
uses: peiffer-innovations/actions-flutter-validate@v2
uses: peiffer-innovations/actions-flutter-validate@v2
with:
generate_code: true

0 comments on commit 86df637

Please sign in to comment.