Skip to content

Commit

Permalink
Update and rename dart.yml to flutter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chitkosarvesh authored Nov 24, 2023
1 parent 0dc16ee commit cb8936f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dart.yml → .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Dart
name: Flutter

on:
push:
Expand All @@ -22,7 +22,10 @@ jobs:
# You can specify other versions if desired, see documentation here:
# https://github.com/dart-lang/setup-dart/blob/main/README.md
# - uses: dart-lang/setup-dart@v1
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
- uses: subosito/flutter-action@v2
with:
flutter_version: "3.16.0"
channel: "stable"

- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit cb8936f

Please sign in to comment.