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,8 +8,7 @@ jobs:
uses: actions/checkout@v3
- name: Install ESLint
run: |
npm install eslint
run: npm install eslint eslint-config-prettier eslint-plugin-vue globals typescript-eslint
- name: Run ESLint
working-directory: ./front/MyINPulse-front