From 9718b6559e844c1ae9197aec4c97adf03c5e444f Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Dec 2021 13:03:20 +0100 Subject: [PATCH] remove unneeded install statements --- .github/workflows/pr_checks.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index a0a73e7a8f..f1c0e6aa09 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -85,7 +85,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 @@ -115,7 +114,6 @@ jobs: invoke static - name: Check HTML Files run: | - npm install markuplint npx markuplint InvenTree/build/templates/build/*.html npx markuplint InvenTree/company/templates/company/*.html npx markuplint InvenTree/order/templates/order/*.html