This commit is contained in:
Marc Beninca 2024-11-29 17:21:19 +01:00
parent f25059d159
commit 57da8c6212
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 0 additions and 0 deletions

4
sh/lint/shfmt.sh Normal file
View file

@ -0,0 +1,4 @@
rwx_shfmt_check() {
local root="${1}"
shfmt --diff "${root}"
}