aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authoralexandreFre <51956137+alexandreFre@users.noreply.github.com>2019-07-05 17:41:44 +0200
committerGitHub <noreply@github.com>2019-07-05 17:41:44 +0200
commit5b5f8460537ecb489a9f544727513fc9b2d7d532 (patch)
tree03131ea620b54433f2b70fc33bb45fcf2676ed98 /GNUmakefile
parent8806bd74ef1d8ca63af0b764e46990cbee8ce546 (diff)
parent51fc704d8156822db143291d55f0e22bb2d5484c (diff)
downloadterraform-provider-mailgun-5b5f8460537ecb489a9f544727513fc9b2d7d532.tar.gz
terraform-provider-mailgun-5b5f8460537ecb489a9f544727513fc9b2d7d532.tar.zst
terraform-provider-mailgun-5b5f8460537ecb489a9f544727513fc9b2d7d532.zip
Merge pull request #11 from alexandreFre/ci_shellcheck
ci : add shellcheck
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f5f0c29..7750632 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -25,6 +25,9 @@ vet:
25 exit 1; \ 25 exit 1; \
26 fi 26 fi
27 27
28shellcheck:
29 shellcheck scripts/*
30
28fmt: 31fmt:
29 gofmt -w $(GOFMT_FILES) 32 gofmt -w $(GOFMT_FILES)
30 33