added ci scripts for rust

This commit is contained in:
Simon Wörner
2017-03-30 21:55:00 +02:00
parent d877ec774f
commit 80934a5c70
4 changed files with 44 additions and 2 deletions

3
ci/run-shellcheck.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
find . -type f -name '*.sh' -print0 | xargs -n 1 -0 shellcheck --color