Add shellckeck lint step
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user