-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Update git analysis flow to use melos
- Loading branch information
1 parent
7b5dcca
commit 10a7197
Showing
2 changed files
with
14 additions
and
5 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 |
---|---|---|
|
@@ -24,11 +24,14 @@ jobs: | |
- name: Install Flutter | ||
uses: britannio/[email protected] | ||
|
||
- name: Install melos | ||
run: dart pub global activate melos | ||
|
||
- name: Install dependencies | ||
run: flutter pub get | ||
run: melos run get --no-select | ||
|
||
- name: Generate assets and other files | ||
run: flutter pub run build_runner build --delete-conflicting-outputs | ||
run: melos run generate --no-select | ||
|
||
- name: Run Code Anlysis | ||
run: flutter analyze | ||
run: melos run analyse --no-select |
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