Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
ci: install very good cli
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 23, 2024
1 parent f1505f4 commit dc409b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/very_good_flutter_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,12 @@ jobs:
- name: 🧱 Mason Make
run: |
dart pub global activate mason_cli
dart pub global activate very_good_cli
mason get
mason make very_good_flutter_plugin -c brick/config.json -o output --on-conflict overwrite --platforms ${{ matrix.platform }}
- name: 📦 Install Dependencies
run: |
dart pub global activate very_good_cli
very_good packages get --recursive output
run: very_good packages get --recursive output

- name: ✨ Check Formatting
run: dart format --set-exit-if-changed output
Expand Down

0 comments on commit dc409b9

Please sign in to comment.