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
+