chore: fix tab in build

This commit is contained in:
Meng Zhuo
2026-02-14 09:56:21 +08:00
parent d7822e5d52
commit ff92973361

View File

@@ -15,8 +15,9 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version-file: go.mod go-version-file: go.mod
- name: fmt - name: fmt
run: | run: |
make fmt make fmt
git diff --exit-code || (echo "::error::Code is not formatted. Run 'make fmt' and commit the changes." && exit 1) git diff --exit-code || (echo "::error::Code is not formatted. Run 'make fmt' and commit the changes." && exit 1)