Skip to content

Commit

Permalink
dart pub token list
Browse files Browse the repository at this point in the history
  • Loading branch information
evanweible-wf committed Apr 9, 2024
1 parent a5e301f commit 838aaf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
- run: dart pub token list
- name: Install dependencies
run: dart pub get
- name: Validate dependencies
Expand All @@ -44,4 +45,4 @@ jobs:
uses: anchore/sbom-action@v0
with:
path: ./ # Assuming actions/checkout default location
format: cyclonedx-json
format: cyclonedx-json

0 comments on commit 838aaf0

Please sign in to comment.