From 6347345c234ff27b214707f58892b4cbb69f32cd Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 9 Nov 2021 21:40:35 +1100 Subject: [PATCH] Ignore template files in common --- .github/workflows/html.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/html.yaml b/.github/workflows/html.yaml index 069da7cbb4..d0084ae032 100644 --- a/.github/workflows/html.yaml +++ b/.github/workflows/html.yaml @@ -43,7 +43,6 @@ jobs: run: | npm install markuplint npx markuplint InvenTree/build/templates/build/*.html - npx markuplint InvenTree/common/templates/common/*.html npx markuplint InvenTree/company/templates/company/*.html npx markuplint InvenTree/order/templates/order/*.html npx markuplint InvenTree/part/templates/part/*.html