diff --git a/mise.toml b/mise.toml index edaf962e..fff33b0b 100644 --- a/mise.toml +++ b/mise.toml @@ -11,6 +11,7 @@ hurl = 'latest' sqlite = 'latest' gh = 'latest' shellcheck = 'latest' +fd = 'latest' [task_config] includes = ["scripts"] diff --git a/scripts/dev/lint b/scripts/dev/lint index 2c6c1764..3a714320 100755 --- a/scripts/dev/lint +++ b/scripts/dev/lint @@ -8,4 +8,6 @@ source "$(git rev-parse --show-toplevel)/scripts/_helpers.sh" ensure_working_directory! +fd . 'scripts/' --exclude '*.hurl' -t file --exec shellcheck --color + mix lint