fix: linter action: installed required modules
Some checks failed
CI / build (push) Failing after 11s
Some checks failed
CI / build (push) Failing after 11s
This commit is contained in:
parent
afa4d34ec8
commit
8af40bfe50
@ -8,9 +8,8 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install ESLint
|
- name: Install ESLint
|
||||||
run: |
|
run: npm install eslint eslint-config-prettier eslint-plugin-vue globals typescript-eslint
|
||||||
npm install eslint
|
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
working-directory: ./front/MyINPulse-front
|
working-directory: ./front/MyINPulse-front
|
||||||
run: npx eslint
|
run: npx eslint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user