Skip to content

Commit

Permalink
make lint
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Aug 15, 2023
1 parent 06e0f1a commit f3d5665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ all: build test
build:
go build -o bin/schemadiff ./cmd/schemadiff/main.go

lint:
golangci-lint run ./...

test:
go test ./...

0 comments on commit f3d5665

Please sign in to comment.