mirror of
https://github.com/tw93/Mole.git
synced 2026-02-06 15:27:58 +00:00
format automate
This commit is contained in:
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user