From b971595e4415517f6f0e551369ef0a18278d1509 Mon Sep 17 00:00:00 2001 From: Denis Makogon Date: Tue, 5 Sep 2017 23:14:19 +0300 Subject: [PATCH] Adding go-fmt.sh to circle config --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d2f97068..8a27e01ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,6 +33,7 @@ jobs: # login here for tests - run: docker login -u $DOCKER_USER -p $DOCKER_PASS - run: ./test.sh + - run: ./go-fmt.sh - deploy: command: | if [ "${CIRCLE_BRANCH}" == "master" ]; then