shfmt/user
All checks were successful
/ job (push) Successful in 2m57s

This commit is contained in:
Marc Beninca 2025-07-12 01:19:10 +02:00
parent fcdf411841
commit a10abc5598
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -225,12 +225,15 @@ rwx_code_modules() {
# check source code # check source code
rwx_code_check() { rwx_code_check() {
# check format
rwx_log
rwx_shfmt "${rwx_main_root}"
# check syntax # check syntax
rwx_log rwx_log
rwx_shellcheck "${rwx_main_root}" rwx_shellcheck "${rwx_main_root}"
# check format
rwx_log
rwx_shfmt "${rwx_main_root}"
rwx_log
[ -e "${rwx_code_root}" ] &&
rwx_shfmt "${rwx_code_root}"
} }
# fetch matching doc for given name # fetch matching doc for given name