From c7d6b985bd447ac45a0fd5f613c1e7bce6457c0f Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 4 Sep 2021 09:08:46 +1000 Subject: [PATCH] LINT ALL THE THINGS --- .github/workflows/html.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/html.yaml b/.github/workflows/html.yaml index 2e499e0692..e7714cd99d 100644 --- a/.github/workflows/html.yaml +++ b/.github/workflows/html.yaml @@ -40,11 +40,15 @@ jobs: invoke install invoke static - name: Check HTML Files - # TODO: Run these checks on *ALL* templated HTML files run: | npm install markuplint + npm markuplint InvenTree/build/templates/build/*.html + npm markuplint InvenTree/common/templates/common/*.html + npm markuplint InvenTree/company/templates/company/*.html + npm markuplint InvenTree/order/templates/order/*.html + npm markuplint InvenTree/part/templates/part/*.html + npm markuplint InvenTree/stock/templates/stock/*.html npx markuplint InvenTree/templates/*.html npx markuplint InvenTree/templates/InvenTree/*.html npx markuplint InvenTree/templates/InvenTree/settings/*.html - npm markuplint InvenTree/part/templates/part/*.html