Skip to content
Snippets Groups Projects
Commit 785681f1 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by Thomas Woerner
Browse files

ci lint: Allow ShellCheck to test source-d scripts.

As the scripts 'utils/run-tests.sh' and 'utils/setup_test_container.sh'
use some scripts as function libraries, this change forces shellcheck to
also verify those scripts.
parent 480c83f5
No related branches found
No related tags found
No related merge requests found
...@@ -88,3 +88,5 @@ jobs: ...@@ -88,3 +88,5 @@ jobs:
fetch-depth: 1 fetch-depth: 1
- name: Run ShellCheck - name: Run ShellCheck
uses: ludeeus/action-shellcheck@master uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x
...@@ -54,4 +54,7 @@ repos: ...@@ -54,4 +54,7 @@ repos:
name: ShellCheck name: ShellCheck
language: system language: system
entry: shellcheck entry: shellcheck
files: \.sh$ args: ['-x']
files: >
\.sh$
utils/sh*$
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment