mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
use caching
This commit is contained in:
parent
bd60364deb
commit
567a0b1c8b
2
.github/workflows/html.yaml
vendored
2
.github/workflows/html.yaml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
@ -43,7 +44,6 @@ jobs:
|
||||
invoke static
|
||||
- name: Check HTML Files
|
||||
run: |
|
||||
npm install markuplint
|
||||
npx markuplint InvenTree/build/templates/build/*.html
|
||||
npx markuplint InvenTree/company/templates/company/*.html
|
||||
npx markuplint InvenTree/order/templates/order/*.html
|
||||
|
Loading…
Reference in New Issue
Block a user