From ff9297336103d50b64fd75660f8b866847959ad9 Mon Sep 17 00:00:00 2001 From: Meng Zhuo Date: Sat, 14 Feb 2026 09:56:21 +0800 Subject: [PATCH] chore: fix tab in build --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a138b8..0f075b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,9 @@ jobs: uses: actions/setup-go@v5 with: go-version-file: go.mod + - name: fmt - run: | + run: | make fmt git diff --exit-code || (echo "::error::Code is not formatted. Run 'make fmt' and commit the changes." && exit 1)