Skip to content

Commit

Permalink
chore: Implement requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MH321Productions committed Jul 5, 2024
1 parent 35b78bb commit daa7603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ jobs:
VERSION: 0.0.0

validate-licenses:
name: Validate OpenSource Licenses
name: Validate Open Source Licenses
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -446,4 +446,4 @@ jobs:
- name: Restore Solution
run: dotnet restore ./Backbone.sln
- name: Validate Licenses
run: nuget-license -i ./Backbone.sln -a ./.ci/allowedLicenses.json -ignore ./.ci/ignoredPackages.json -o jsonPretty
run: nuget-license --input ./Backbone.sln --allowed-license-types ./.ci/allowedLicenses.json --ignored-packages ./.ci/ignoredPackages.json --output table --error-only

0 comments on commit daa7603

Please sign in to comment.