language: bash # Use container-based infrastructure for quicker build start-up sudo: false script: - bash -c 'shopt -s globstar; shellcheck --exclude SC2034 **/*.sh' matrix: fast_finish: true