From 269cf0615dd3a0407d789d5d80485097231570c9 Mon Sep 17 00:00:00 2001 From: Sawood Alam Date: Wed, 13 May 2020 20:49:55 -0400 Subject: [PATCH] Install standard script locally and run from there --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a9cab77..b4e31652 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,8 +13,8 @@ jobs: - uses: actions/checkout@master - name: Lint JavaScript run: | - npm install -g standard - standard + npm install standard + node_modules/.bin/standard - name: Lint Python run: | pip install pycodestyle