mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Use \0 terminator in GitLab CI config
@@ -18,5 +18,5 @@ test:
|
||||
- apk update
|
||||
- apk add git
|
||||
script:
|
||||
- git ls-files --exclude='*.sh' --ignored | xargs shellcheck
|
||||
- git ls-files --exclude='*.sh' --ignored -z | xargs -0 shellcheck
|
||||
```
|
Reference in New Issue
Block a user