Merge branch 'main' into add-waku-message

This commit is contained in:
Lorenzo Delgado 2022-11-15 11:44:46 +01:00 committed by GitHub
commit 972f72e63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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