Initial
This commit is contained in:
commit
f0b748804e
6 changed files with 212 additions and 0 deletions
10
ci.sh
Executable file
10
ci.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd "$(this_dir)" || exit
|
||||
|
||||
. ~/bash_ci
|
||||
|
||||
ci_run mypy location
|
||||
ci_run pylint -E location
|
||||
|
||||
ci_report_errors
|
Loading…
Add table
Add a link
Reference in a new issue