diff options
author | alexandreFre <51956137+alexandreFre@users.noreply.github.com> | 2019-07-05 17:41:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 17:41:44 +0200 |
commit | 5b5f8460537ecb489a9f544727513fc9b2d7d532 (patch) | |
tree | 03131ea620b54433f2b70fc33bb45fcf2676ed98 /GNUmakefile | |
parent | 8806bd74ef1d8ca63af0b764e46990cbee8ce546 (diff) | |
parent | 51fc704d8156822db143291d55f0e22bb2d5484c (diff) | |
download | terraform-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-- | GNUmakefile | 3 |
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 | ||
28 | shellcheck: | ||
29 | shellcheck scripts/* | ||
30 | |||
28 | fmt: | 31 | fmt: |
29 | gofmt -w $(GOFMT_FILES) | 32 | gofmt -w $(GOFMT_FILES) |
30 | 33 | ||