diff --git a/.drone.yml b/.drone.yml index 71c2ad5..2e2b451 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: commands: - go test ./... - go vet ./... - - bash -xc './scripts/check_go_fmt.sh + - bash -xc './scripts/check_go_fmt.sh' group: test-lint trigger: