From eab0457e0004fd48a72d7a43a2f6bc62dcbfa093 Mon Sep 17 00:00:00 2001 From: Joel Selvaraj Date: Wed, 23 Nov 2022 13:04:28 -0600 Subject: [PATCH] CI: shellcheck: include call_audio_idle_suspend_workaround script (MR 3639) [ci:skip-build]: already built successfully in CI --- .ci/shellcheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/shellcheck.sh b/.ci/shellcheck.sh index 9a3b2da06..6437b3536 100755 --- a/.ci/shellcheck.sh +++ b/.ci/shellcheck.sh @@ -26,6 +26,7 @@ sh_files=" ./main/ttyescape/*.post-install ./main/unl0kr/unlock.sh ./main/msm-firmware-loader/*.post-install + ./device/community/soc-qcom-sdm845/call_audio_idle_suspend_workaround.sh $(find . -path './main/postmarketos-ui-*/*.sh') $(find . -path './main/postmarketos-ui-*/*.pre-install')