mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
GitLab CI example added
9
GitLab-CI.md
Normal file
9
GitLab-CI.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Simple test job for GitLab (analyse testScript.sh):
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
test:
|
||||||
|
image: koalaman/shellcheck-alpine:latest
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- shellcheck testScript.sh
|
||||||
|
```
|
Reference in New Issue
Block a user