Skip to content

Commit

Permalink
chore: Add transitive packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MH321Productions committed Jul 5, 2024
1 parent 2d31151 commit a4bf062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,4 +449,4 @@ jobs:
- name: Validate Licenses
run: |
dotnet restore ./Backbone.sln
nuget-license -i ./Backbone.sln -a ./.ci/allowedLicenses.json -ignore ./.ci/ignoredPackages.json -o jsonPretty
nuget-license -i ./Backbone.sln -a -t ./.ci/allowedLicenses.json -ignore ./.ci/ignoredPackages.json -o jsonPretty

0 comments on commit a4bf062

Please sign in to comment.