run shellcheck in the test script

This commit is contained in:
Dylan Araps
2018-06-15 10:46:54 +10:00
parent a20e36bf95
commit bc90a848f5
3 changed files with 83 additions and 2 deletions

View File

@@ -4,5 +4,4 @@ os:
- linux
script:
- shellcheck -s bash --exclude=SC2034,SC2154 <(awk '/```sh$/{f=1;next}/```/{f=0}f' README.md)
- ./test.sh