Skip to content

Commit bf6c950

Browse files
Removed tests folder from Ruff
1 parent 34992c9 commit bf6c950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
3030
- name: Run Ruff
3131
run: |
32-
ruff check .
33-
ruff format --check .
32+
ruff check slidio/
33+
ruff format --check slidio/
3434
3535
- name: Run tests
3636
run: |

0 commit comments

Comments
 (0)