mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
switch to install
This commit is contained in:
4
.github/workflows/qc_checks.yaml
vendored
4
.github/workflows/qc_checks.yaml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
uses: matmair/inventree/.github/actions/setup@ci-updates
|
uses: matmair/inventree/.github/actions/setup@ci-updates
|
||||||
with:
|
with:
|
||||||
npm: true
|
npm: true
|
||||||
update: true
|
install: true
|
||||||
- name: Check Templated Files
|
- name: Check Templated Files
|
||||||
run: |
|
run: |
|
||||||
cd ci
|
cd ci
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
uses: matmair/inventree/.github/actions/setup@ci-updates
|
uses: matmair/inventree/.github/actions/setup@ci-updates
|
||||||
with:
|
with:
|
||||||
npm: true
|
npm: true
|
||||||
update: true
|
install: true
|
||||||
- name: Check HTML Files
|
- name: Check HTML Files
|
||||||
run: npx markuplint **/templates/*.html
|
run: npx markuplint **/templates/*.html
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user