Add shellckeck lint step

This commit is contained in:
Claudio Ortolina
2025-10-07 17:29:11 +03:00
parent 80558e8143
commit 24cad21bef
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ hurl = 'latest'
sqlite = 'latest' sqlite = 'latest'
gh = 'latest' gh = 'latest'
shellcheck = 'latest' shellcheck = 'latest'
fd = 'latest'
[task_config] [task_config]
includes = ["scripts"] includes = ["scripts"]
+2
View File
@@ -8,4 +8,6 @@ source "$(git rev-parse --show-toplevel)/scripts/_helpers.sh"
ensure_working_directory! ensure_working_directory!
fd . 'scripts/' --exclude '*.hurl' -t file --exec shellcheck --color
mix lint mix lint