4 lines
96 B
Plaintext
4 lines
96 B
Plaintext
language: shell
|
|
script:
|
|
- bash -c 'shopt -s globstar nullglob; shellcheck **/*.{sh,ksh,bash}'
|