mirror of
https://github.com/logos-messaging/waku-proto.git
synced 2026-01-10 10:03:08 +00:00
Merge branch 'main' into add-waku-message
This commit is contained in:
commit
972f72e63e
12
Makefile
12
Makefile
@ -1,12 +1,18 @@
|
||||
.DEFAULT_GOAL := build
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
all: lint build
|
||||
all: lint breaking
|
||||
|
||||
format:
|
||||
@buf format -w
|
||||
|
||||
lint:
|
||||
@echo "Running buf lint"
|
||||
@buf lint
|
||||
|
||||
breaking:
|
||||
@echo "Running buf breaking changes checks"
|
||||
@buf breaking --against="https://github.com/vacp2p/waku.git#branch=main"
|
||||
|
||||
build:
|
||||
@buf build
|
||||
@echo "Running buf compilation"
|
||||
@buf build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user