mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-09 08:23:07 +00:00
add linter to CI
This commit is contained in:
parent
b17a855f6e
commit
03b7f52aca
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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 .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user