travis: add shellcheck call for all scripts in the repository
Scripts are detected by shebang, not an ideal approach, but should be good enough.
This commit is contained in:
parent
aad6fa6d19
commit
9c61ea0dcd
@ -18,6 +18,7 @@ jobs:
|
||||
env: TESTS_ONLY=1
|
||||
script:
|
||||
- ./run-tests
|
||||
- shellcheck $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files))
|
||||
after_success:
|
||||
- codecov
|
||||
- stage: deploy
|
||||
|
Loading…
Reference in New Issue
Block a user