HPI/ci.sh
Dima Gerasimov f6a3255729 Initial
2018-09-05 15:12:27 +04:00

10 lines
119 B
Bash
Executable file

#!/bin/bash
cd "$(this_dir)" || exit
. ~/bash_ci
ci_run mypy goodreads
ci_run pylint -E goodreads
ci_report_errors