Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Plets <fsplets@gmail.com>2021-12-03 02:28:25 +0300
committernlf <quitlahok@gmail.com>2021-12-09 02:28:01 +0300
commit9e9a76a21d3b8649b7debfaf0782433cbd8179b3 (patch)
tree735f7eae12fde1e457ff63f787cde75681237d5d /.github/workflows
parentdb1885d7fec012f018093c76dec5a9c01a0ca2b0 (diff)
chore(ci): fix license validation CI step name
PR-URL: https://github.com/npm/cli/pull/4118 Credit: @felipeplets Close: #4118 Reviewed-by: @darcyclarke
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 473e30f37..b6b912593 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: