From 42637ddefa22fd07d720de4bc8311cb0e3a393d1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 4 Sep 2021 08:59:02 +1000 Subject: [PATCH] more linting --- .github/workflows/html.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/html.yaml b/.github/workflows/html.yaml index 908f81b21c..2e499e0692 100644 --- a/.github/workflows/html.yaml +++ b/.github/workflows/html.yaml @@ -44,3 +44,7 @@ jobs: run: | npm install markuplint 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 +