1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-06 15:27:58 +00:00

format automate

This commit is contained in:
Tw93
2025-12-10 11:52:50 +08:00
parent 19b69eabb5
commit 2ac7baae26
2 changed files with 51 additions and 18 deletions

View File

@@ -49,16 +49,6 @@ jobs:
go vet ./cmd/...
echo "✓ Vet passed"
- name: Check formatting
run: |
echo "Checking Go formatting..."
if [ -n "$(gofmt -l ./cmd)" ]; then
echo "Go code is not formatted:"
gofmt -d ./cmd
exit 1
fi
echo "✓ Go code properly formatted"
integration-tests:
name: Integration Tests
runs-on: macos-latest