Skip to content

Commit fc6a6a2

Browse files
committed
github: Run ruff
1 parent c5ce43e commit fc6a6a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
run: |
4444
python -W once -m testtools.run testrepository.tests.test_suite
4545
46+
- name: Lint
47+
run: |
48+
ruff check .
49+
4650
- name: Check formatting
4751
run: |
4852
ruff format --check .

0 commit comments

Comments
 (0)