add linter to CI

This commit is contained in:
gmega 2024-12-14 06:35:37 -03:00
parent b17a855f6e
commit 03b7f52aca
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -51,6 +51,10 @@ jobs:
build-args: |
BUILD_TYPE=test
- name: Lint
run: |
docker run --rm --entrypoint poetry bittorrent-benchmarks:test run ruff check
- name: Type Check
run: |
docker run --rm --entrypoint poetry bittorrent-benchmarks:test run mypy .