Skip to content

Commit e2e9883

Browse files
committed
Lint check on CI
1 parent 372ff27 commit e2e9883

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythontest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
pip install ".[dev]"
2424
pip install -r requirements.txt -r test-requirements.txt
2525
pip install -U coveralls pyyaml
26+
- name: lint with ruff
27+
run: |
28+
ruff format tdclient --diff --exit-non-zero-on-fix
29+
ruff check tdclient tests
2630
- name: Run pyright
2731
run: |
2832
pyright tdclient

0 commit comments

Comments
 (0)