HPI/ci.sh
Dima Gerasimov f0b748804e Initial
2018-08-30 12:03:54 +01:00

10 lines
117 B
Bash
Executable file

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