Skip to content

Commit

Permalink
fix: Wrong argument sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
MH321Productions committed Jul 5, 2024
1 parent a4bf062 commit 5c294f4
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 -t ./.ci/allowedLicenses.json -ignore ./.ci/ignoredPackages.json -o jsonPretty
nuget-license -i ./Backbone.sln -t -a ./.ci/allowedLicenses.json -ignore ./.ci/ignoredPackages.json -o jsonPretty

0 comments on commit 5c294f4

Please sign in to comment.