Skip to content

Commit

Permalink
ci: fix missing pubspec.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Dec 16, 2024
1 parent a8d1ba1 commit 3128ed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2

- name: Get Flutter deps
run: flutter pub get

- name: Check
run: bash contrib/scripts/check-crate.sh

0 comments on commit 3128ed3

Please sign in to comment.