HPI/ci.sh
Dima Gerasimov 48eec1868f initial
2018-09-04 17:53:37 +04:00

10 lines
113 B
Bash
Executable file

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