Skip to content

Commit 8a149e4

Browse files
committed
Actualización a pylint para node.js 20
1 parent a90a234 commit 8a149e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install -r requirements-dev.txt # Install development dependencies
20+
pip install -r requirements-dev.txt
2121
- name: Install Pylint
2222
run: pip install pylint
2323
- name: Analysing the code with pylint

0 commit comments

Comments
 (0)