mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 05:48:47 +00:00
Install eslint-config-google
This commit is contained in:
parent
3d5144b9bc
commit
9781d585b0
4
.github/workflows/javascript.yaml
vendored
4
.github/workflows/javascript.yaml
vendored
@ -25,7 +25,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install node.js
|
- name: Install node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
- run: npm install
|
- run: |
|
||||||
|
npm install
|
||||||
|
npm install eslint eslint-config-google
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user