DmitryPMI / assistant

Личный ассистент
1 stars 1 forks source link

Add formatter, pylint and pytest to workflow #2

Open mikhail-kashirskii opened 3 years ago

mikhail-kashirskii commented 3 years ago

Install formatter pip install git+git://github.com/psf/black black timerbot.py -S -C

Install linter: pip install pylint pylint timerbot.py

DmitryPMI commented 3 years ago

Create workflow on github

DmitryPMI commented 3 years ago

pytest added in actions