Skip to content

Commit 8358e3c

Browse files
committed
Se añade RUFF al CI
1 parent 84ec354 commit 8358e3c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }} # Configura la versión de Python desde la matriz
2727

28+
- name: Install Ruff
29+
run: |
30+
python -m pip install --upgrade pip
31+
pip install ruff
32+
33+
- name: Run Ruff
34+
run: ruff check .
35+
2836
- name: Install dependencies
2937
run: |
3038
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)