CI: add shellcheck of bats files

Currently all the shellcheck warnings are fixed, and we'd like it to
stay thay way. So, add shellcheck call to validate target in Makefile,
which is run on Travis CI.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2020-08-09 14:32:09 -07:00
parent f36fb46bdf
commit d34f1c819d
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ validate:
script/validate-gofmt
script/validate-c
$(GO) vet $(MOD_VENDOR) ./...
shellcheck tests/integration/*.bats
ci: validate test release