Skip to content
Eli Flanagan edited this page Dec 11, 2019 · 15 revisions

Simple test job for GitLab (analyse testScript.sh):

test:
    image: koalaman/shellcheck:latest
    stage: test
    script: 
    - shellcheck testScript.sh

Clone this wiki locally