mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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:
|
||||
- name: Install node.js
|
||||
uses: actions/setup-node@v2
|
||||
- run: npm install
|
||||
- run: |
|
||||
npm install
|
||||
npm install eslint eslint-config-google
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup Python
|
||||
|
Loading…
Reference in New Issue
Block a user