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:
authorXhmikosR <xhmikosr@gmail.com>2019-12-16 18:08:42 +0300
committerMichael Perrotte <mike@npmjs.com>2020-01-23 22:41:02 +0300
commit7852c0c291ef5f3da30c9f1ec448f2a5b8a9157a (patch)
treeaad295472ba222cbfb78a5acee0aeda8d047a7d6 /.github
parentb1aeeb67f464769fad6e2d1449fdddf2a874e249 (diff)
Use the npm lint script on CI.
This should be more consistent since it should use the specified standard version and not the latest one. PR-URL: https://github.com/npm/cli/pull/604 Credit: @XhmikosR Close: #604 Reviewed-by: @mikemimik
Diffstat (limited to '.github')
-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 563633ba7..499ad3842 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
# run: sudo PATH=$PATH $(which node) . run tap -- "test/tap/*.js" --coverage --timeout 600
- name: Lint
- run: npx standard
+ run: node . run lint
- name: Validate licenses
run: node . run licenses