We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9886dc1 commit 90b4ae5Copy full SHA for 90b4ae5
4 files changed
.github/workflows/ci.yml
@@ -29,6 +29,9 @@ jobs:
29
30
- run: poetry install --with test
31
32
+ - name: Lint
33
+ run: poetry run ruff check --fix && poetry run ruff format && poetry run ty check
34
+
35
- name: Run test
36
run: poetry run pytest -s tests --cov-report xml
37
0 commit comments