include shell files (instead of excluding them)

Simon Heimberg
2023-07-19 15:09:40 +02:00
parent bee868f555
commit 9f3cd894e1

@@ -18,7 +18,7 @@ test:
- apk update - apk update
- apk add git - apk add git
script: script:
- git ls-files --exclude='*.sh' --ignored -c -z | xargs -0r shellcheck - git ls-files --ignored -c -z '*.sh' | xargs -0r shellcheck
``` ```
If you want to create a JUnit XML report to see in the GitLab's UI, check the instructions [here](JUnit). If you want to create a JUnit XML report to see in the GitLab's UI, check the instructions [here](JUnit).