Add .gitlab-ci.yml to test the file
This commit is contained in:
parent
31b6bb94fb
commit
9336aabaf2
1 changed files with 4 additions and 0 deletions
4
.gitlab-ci.yml
Normal file
4
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
shellcheck:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- /usr/bin/shellcheck share_lun_ui_fix.sh
|
Loading…
Add table
Add a link
Reference in a new issue