From fc125ca20c3293eb6a7cef86d9b4cc870975ace1 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 30 Aug 2021 21:16:54 +1000 Subject: [PATCH] Fix workflow file --- .github/workflows/javascript.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/javascript.yaml b/.github/workflows/javascript.yaml index 9b7199a191..a07b516ac6 100644 --- a/.github/workflows/javascript.yaml +++ b/.github/workflows/javascript.yaml @@ -25,9 +25,7 @@ jobs: steps: - name: Install node.js uses: actions/setup-node@v2 - - run: | - npm install - npm install eslint eslint-config-google + - run: npm install - name: Checkout Code uses: actions/checkout@v2 - name: Setup Python @@ -47,5 +45,6 @@ jobs: python check_js_templates.py - name: Lint Javascript Files run: | + npm install eslint eslint-config-google invoke render-js-files npx eslint js_tmp/*.js \ No newline at end of file