Skip to content

Commit 11247da

Browse files
committed
add check to makefile
1 parent f54679c commit 11247da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mqtt/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: dev test unit style
1+
.PHONY: dev test unit style check
22

33
all: clean style test
44

@@ -25,3 +25,4 @@ dev:
2525
style:
2626
pre-commit run --all-files
2727

28+
check: style test

0 commit comments

Comments
 (0)