image: ubuntu stages: - lint lint: stage: lint script: - 'apt-get update && apt-get install shellcheck && shellcheck .bash* bin/*'