mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
Prepare mypy for typing checks
This commit is contained in:

committed by
Blake Blackshear

parent
d749cf2e6b
commit
d995761419
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
@@ -56,5 +56,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v1
|
||||
- name: Build
|
||||
run: make
|
||||
- name: Run mypy
|
||||
run: docker run --rm --entrypoint=python3 frigate:latest -u -m mypy --config-file frigate/mypy.ini frigate
|
||||
- name: Run tests
|
||||
run: docker run --rm --entrypoint=python3 frigate:latest -u -m unittest
|
||||
run: docker run --rm --entrypoint=python3 frigate:latest -u -m unittest
|
Reference in New Issue
Block a user