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 d49bfaf commit d967fa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,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: Web
uses: peiffer-innovations/actions-flutter-deploy-pages@v1
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 d967fa7

Please sign in to comment.