Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Dec 24, 2024
1 parent 8ae8c33 commit 8fb65bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2.16.0
with:
flutter-version: '3.27.0' # minimum Flutter version to use
channel: stable
- run: flutter pub get
- run: flutter analyze
Expand Down

0 comments on commit 8fb65bc

Please sign in to comment.