HPI/ci.sh
Dima Gerasimov 882fb6f424 initial
2018-09-08 11:01:12 +03:00

10 lines
111 B
Bash
Executable file

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