Skip to content

Commit

Permalink
Merge pull request #23 from Workiva/pub_get_analyze
Browse files Browse the repository at this point in the history
FEDX-1583: pub get analyze
  • Loading branch information
rmconsole2-wf authored Sep 4, 2024
2 parents 42dea67 + 3e9e53c commit dc5331e
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 dc5331e

Please sign in to comment.