From 7c137628be299c734dea51db1b4de850d41c6cbd Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Thu, 23 Oct 2025 10:44:18 -0700 Subject: [PATCH] ci: shellcheck: add device-apple-mac-aarch64 scripts There are a few of these, and they're probably complicated enough to justify shellchecking them. Signed-off-by: Clayton Craft Part-of: --- .ci/shellcheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/shellcheck.sh b/.ci/shellcheck.sh index e519788f5..228855821 100755 --- a/.ci/shellcheck.sh +++ b/.ci/shellcheck.sh @@ -25,6 +25,7 @@ sh_files=" ./main/ttyescape/*.post-install ./main/unl0kr/unlock.sh ./device/community/soc-qcom/call_audio_idle_suspend_workaround.sh + ./device/testing/device-apple-mac-aarch64/*.sh ./extra-repos/systemd/postmarketos-base-systemd/rootfs-usr-libexec-systemd-apk-trigger $(find . -path './main/postmarketos-ui-*/*.sh')