Skip to content

Commit

Permalink
fix: fix go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Norton-Lin committed Nov 18, 2024
1 parent f527513 commit b333d24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go_fmt_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:

- name: Check Go formatting
run: |
cd ../../src
go fmt ./
go fmt ./...
git diff --exit-code || (echo "❌ Go files are not properly formatted. Run 'go fmt' locally to fix." && exit 1)
File renamed without changes.

0 comments on commit b333d24

Please sign in to comment.