Enable GitLab CI/CD
Run shellcheck on scripts [skip ci]
This commit is contained in:
parent
cf41f7366f
commit
e828b9a017
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
shellcheck:
|
||||
image: docker:latest
|
||||
stage: test
|
||||
script:
|
||||
- docker run --rm -v "$(pwd):/mnt" koalaman/shellcheck:stable src/*
|
Loading…
Reference in New Issue
Block a user