From cf52382b5e5ffa18051f01fee471a234c73053aa Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 24 Jun 2022 21:01:32 +1000 Subject: [PATCH] CI step now lints JS files compiled in each locale --- .github/workflows/qc_checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 9aa655545f..604e7d0369 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -57,8 +57,8 @@ jobs: python3 check_js_templates.py - name: Lint Javascript Files run: | - invoke render-js-files - npx eslint js_tmp/*.js + python InvenTree/manage.py prerender + npx eslint InvenTree/InvenTree/static_i18n/i18n/*.js html: name: Style [HTML]