Ignore template files in common

This commit is contained in:
Oliver 2021-11-09 21:40:35 +11:00
parent 7dce9f3f3b
commit 6347345c23

View File

@ -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