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