-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e46d7e6
commit 404b48b
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- name: Install Flutter | ||
uses: subosito/flutter-action@v2 | ||
with: | ||
flutter-version: '3.3.3' | ||
flutter-version: '3.10.0' | ||
- name: Install project dependencies | ||
run: flutter pub get | ||
- name: Dart Format Check | ||
|
@@ -23,8 +23,8 @@ jobs: | |
run: flutter analyze | ||
- name: Dart Test Check | ||
run: flutter test | ||
- name: Check Publish Warnings | ||
run: dart pub publish --dry-run | ||
#- name: Check Publish Warnings | ||
# run: dart pub publish --dry-run | ||
- name: Publish | ||
uses: k-paxian/[email protected] | ||
with: | ||
|