diff --git a/.github/workflows/auto-fix.yml b/.github/workflows/auto-fix.yml index 3651a9e..b1551f1 100644 --- a/.github/workflows/auto-fix.yml +++ b/.github/workflows/auto-fix.yml @@ -31,7 +31,7 @@ jobs: - name: gofmt run: | - go fmt ./.. + go fmt ./... git add . git diff-index --quiet HEAD || git commit -m "gofmt"