Skip to content

Commit fc1a68c

Browse files
authored
Run shellcheck in a one-liner
Docs: https://www.shellcheck.net/wiki/GitLab-CI
1 parent b325e7e commit fc1a68c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ jobs:
407407
- run:
408408
name: run shellcheck
409409
command: |
410-
./s/shellcheck
410+
git ls-files --exclude='*.sh' --ignored --cached -z | xargs -0 -r shellcheck
411411
412412
# https://circleci.com/docs/2.0/building-docker-images/
413413
web_ui_build_container:

0 commit comments

Comments
 (0)