mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -13,8 +13,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install ESLint v7
|
||||||
run: npm install -g eslint@7 && eslint-config-amber eslint-plugin-json
|
run: npm install -g eslint@7
|
||||||
|
|
||||||
|
- name: Install ESLint Configs and Plugins
|
||||||
|
run: npm install eslint-config-amber eslint-plugin-json
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user