Skip to content

WIP: Introduce shellcheck job for Auto-DevOps

Alessio Caiazza requested to merge auto-devops-shellcheck into master

Auto-DevOps script is quite complex, being part of a YAML file prevents editor shellcheck integration to lint the file.

This commit add a new GitLab CI job that extracts ~"auto devops" script and perform lint it with shellcheck.

Merge request reports