Skip to content

Commit

Permalink
Optimize workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quoc-huynh-cosee committed Nov 2, 2023
1 parent 2b2725f commit e65742e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/[email protected]

- name: Cache dependencies
uses: actions/cache@v3
id: cache
with:
path: |
.dart_tool/
key: ${{ runner.os }}-dependencies-${{ hashFiles('**/pubspec.lock') }}
- name: Install Dependencies
run: |
flutter pub get
flutter pub global activate pana
- name: Verify Pub Score
run: ./tool/verify_pub_score.sh

0 comments on commit e65742e

Please sign in to comment.