Skip to content
Snippets Groups Projects
.gitlab-ci.yml 136 B
Newer Older
shellcheck:
  image: koalaman/shellcheck-alpine
  script: 'shellcheck deploy/base/ros_entrypoint.bash scripts/*sh'
  allow_failure: yes