From 9e9a76a21d3b8649b7debfaf0782433cbd8179b3 Mon Sep 17 00:00:00 2001 From: Felipe Plets Date: Thu, 2 Dec 2021 18:28:25 -0500 Subject: [PATCH] chore(ci): fix license validation CI step name PR-URL: https://github.com/npm/cli/pull/4118 Credit: @felipeplets Close: #4118 Reviewed-by: @darcyclarke --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 473e30f37a57d..b6b9125938e1e 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: