diff --git a/sh/core/code.sh b/sh/core/code.sh index 3b62ca7..9c0e3ca 100644 --- a/sh/core/code.sh +++ b/sh/core/code.sh @@ -228,6 +228,8 @@ rwx_code_check() { # check syntax rwx_log rwx_shellcheck "${rwx_main_root}" + rwx_log + rwx_shellcheck "${rwx_code_root}" # check format rwx_log rwx_shfmt "${rwx_main_root}"