Wtf. How it works 2?

This commit is contained in:
Alex Root Junior 2020-05-27 01:06:21 +03:00
parent 472505cc5e
commit a06c8dccca

View file

@ -37,7 +37,7 @@ jobs:
- name: Lint code
run: |
poetry run flake8 aiogram test
poetry run flake8 aiogram tests
poetry run mypy aiogram
- name: Run tests