add eslint/js dependency

This commit is contained in:
Simon
2025-01-07 09:16:43 +07:00
parent 5abe2d0548
commit d6acef2b64

View File

@@ -35,6 +35,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
npm install @eslint/js
pip install pre-commit pip install pre-commit
- name: Run pre-commit - name: Run pre-commit