mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix workflow file
This commit is contained in:
parent
9781d585b0
commit
fc125ca20c
5
.github/workflows/javascript.yaml
vendored
5
.github/workflows/javascript.yaml
vendored
@ -25,9 +25,7 @@ jobs:
|
||||
steps:
|
||||
- name: Install node.js
|
||||
uses: actions/setup-node@v2
|
||||
- run: |
|
||||
npm install
|
||||
npm install eslint eslint-config-google
|
||||
- run: npm install
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup Python
|
||||
@ -47,5 +45,6 @@ jobs:
|
||||
python check_js_templates.py
|
||||
- name: Lint Javascript Files
|
||||
run: |
|
||||
npm install eslint eslint-config-google
|
||||
invoke render-js-files
|
||||
npx eslint js_tmp/*.js
|
Loading…
Reference in New Issue
Block a user