Implement GitHub actions #21
Annotations
3 errors
tests/unit/test_app.py#L108
tests\unit\test_app.py:108:16: E712 Avoid equality comparisons to `True`; use `if False:` for truth checks
|
tests/unit/test_app.py#L108
tests\unit\test_app.py:108:16: E712 Avoid equality comparisons to `False`; use `if not True:` for false checks
|
|
This job failed
Loading