aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.builds/alpine.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 3a541ff4..54c90989 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -28,3 +28,6 @@ tasks:
- fmt-check: |
cd furgit
test -z "$(gofmt -l .)"
+ - fix-check: |
+ cd furgit
+ test -z "$(go fix -diff ./...)"