fix: linter action: installed required modules
Some checks failed
CI / build (push) Failing after 11s

This commit is contained in:
Pierre Tellier 2025-02-09 14:04:12 +01:00
parent afa4d34ec8
commit 8af40bfe50

View File

@ -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