Skip to content
Snippets Groups Projects
Commit 6fe05436 authored by Daniel Schischkin's avatar Daniel Schischkin :chipmunk:
Browse files

Add shellcheck step into build stage

parent 0fed438a
No related branches found
No related tags found
2 merge requests!275Add shellcheck to gitlab ci and git hook,!270#304 Add shellcheck to gitlab ci and git hook
......@@ -6,6 +6,12 @@ variables:
# We don't need Husky to install the Git hooks for CI.
CARGO_HUSKY_DONT_INSTALL_HOOKS: "true"
shellcheck:
stage: build
image: koalaman/shellcheck-alpine
script:
- shellcheck **/*.sh
rust-latest:
stage: build
image: rust:latest
......
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