Skip to content

Commit 71dd445

Browse files
author
Mathieu Grzybek
committed
[tools] fix makefile
1 parent 55cd5e9 commit 71dd445

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
@@ -19,5 +19,5 @@ onyxiactl: test
1919
go build -o onyxyactl main.go
2020

2121
.PHONY: all # lint, test and build
22-
all: lint test onyxiactl
22+
all: pre-commit test onyxiactl
2323
@echo

0 commit comments

Comments
 (0)