Skip to content

Commit

Permalink
chore(ci): fix license validation CI step name
Browse files Browse the repository at this point in the history
PR-URL: #4118
Credit: @felipeplets
Close: #4118
Reviewed-by: @darcyclarke
  • Loading branch information
felipeplets authored and nlf committed Dec 8, 2021
1 parent db1885d commit 9e9a76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
node ./bin/npm-cli.js install --ignore-scripts --no-audit
node ./bin/npm-cli.js rebuild
- name: Run linting
- name: Validate licenses
run: node ./bin/npm-cli.js run licenses

smoke-tests:
Expand Down

0 comments on commit 9e9a76a

Please sign in to comment.