mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 13:53:23 +00:00
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.
This commit is contained in:
committed by
Thomas Woerner
parent
480c83f504
commit
785681f100
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -88,3 +88,5 @@ jobs:
|
||||
fetch-depth: 1
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
env:
|
||||
SHELLCHECK_OPTS: -x
|
||||
|
||||
Reference in New Issue
Block a user