added ci scripts for rust
This commit is contained in:
3
ci/run-shellcheck.sh
Executable file
3
ci/run-shellcheck.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
find . -type f -name '*.sh' -print0 | xargs -n 1 -0 shellcheck --color
|
||||
Reference in New Issue
Block a user