Skip to content

Commit

Permalink
pub get analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Sep 4, 2024
1 parent 42dea67 commit 3e9e53c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ inputs.sdk }}

- working-directory: ${{ inputs.package-path }}
run: dart pub get

- working-directory: ${{ inputs.package-path }}
run: |
if (grep -q "^ dart_dev:" pubspec.yaml); then
Expand Down

0 comments on commit 3e9e53c

Please sign in to comment.