Updated GitLab CI (markdown)

John Meyer
2021-03-03 12:42:07 -05:00
parent e06f6a6587
commit 91e801b485

@@ -18,5 +18,5 @@ test:
- apk update
- apk add git
script:
- git ls-files --exclude='*.sh' --ignored -z | xargs -0 shellcheck
- git ls-files --exclude='*.sh' --ignored -z | xargs -0r shellcheck
```