mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Adding go-fmt.sh to circle config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user