We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c026c commit 01e558eCopy full SHA for 01e558e
docker-compose.yml
@@ -6,4 +6,4 @@ services:
6
volumes:
7
- .:/code
8
working_dir: /code
9
- command: go test
+ command: sh -c 'if gofmt -s -l . > /dev/null; then exit 1; fi; go test'
0 commit comments