Skip to content
Snippets Groups Projects
Commit 4bc6cded authored by Paul's avatar Paul :turtle:
Browse files

check shell scripts

parent 36d3ae66
No related branches found
No related tags found
No related merge requests found
Pipeline #4513 failed
......@@ -13,3 +13,10 @@ ansible_lint:
- apt install -qq -y ansible-lint
script:
- ansible-lint playbook.yml
shellcheck:
stage: test
before_script:
- apt update && apt install -y shellcheck
script:
- find ./roles/ -name "*.sh" -exec shellcheck "{}" \+
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment