Skip to content

Commit c874ece

Browse files
committed
Update check target to also check example
Signed-off-by: Evan Lezar <[email protected]>
1 parent 2693419 commit c874ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fmt:
6161
| xargs gofmt -s -l -w
6262

6363
golangci-lint:
64-
golangci-lint run ./pkg/...
64+
golangci-lint run ./pkg/... ./examples/...
6565

6666
generate:
6767
go generate $(MODULE)/...

0 commit comments

Comments
 (0)